文件名称:C3
介绍说明--下载内容均来自于网络,请自行研究使用
1) 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩
2) 从键盘输入10个学生的以上内容
3) 输出单门课成绩最高的学生的学号、姓名、以及该门课程的成绩
4) 输出三门课程的平均分数最高的学生的学号、姓名及其平均分
5) 将10个学生按照平均分数从高到低进行排序,输出结果,格式如下所示:
number name math Chinese English average
103 tom 90 90 100 95
101 alice 90 80 70 80
-1) the definition of an array of structures, stored 10 students number, name, grade three class 2) Enter the 10 students from the keyboard above 3) the output of a single class of students score the highest number, name, and the results of the course 4) Average score the highest output of three courses students learn number, name and average 5) 10 according to the average scores of students to sort from high to low, the output format is as follows : number name math Chinese English average 103 tom 90 90 100 95 101 alice 90 80 70 80
2) 从键盘输入10个学生的以上内容
3) 输出单门课成绩最高的学生的学号、姓名、以及该门课程的成绩
4) 输出三门课程的平均分数最高的学生的学号、姓名及其平均分
5) 将10个学生按照平均分数从高到低进行排序,输出结果,格式如下所示:
number name math Chinese English average
103 tom 90 90 100 95
101 alice 90 80 70 80
-1) the definition of an array of structures, stored 10 students number, name, grade three class 2) Enter the 10 students from the keyboard above 3) the output of a single class of students score the highest number, name, and the results of the course 4) Average score the highest output of three courses students learn number, name and average 5) 10 according to the average scores of students to sort from high to low, the output format is as follows : number name math Chinese English average 103 tom 90 90 100 95 101 alice 90 80 70 80
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C3.txt