Input 10 students score 5 class, each function is used to implement the following functions:
(1) calculate each student's score;
(2) calculating the average of each course;
(3) to find out all 50 score the highest scores of the students and courses,
CodePudding user response:
To do it with a structure array
CodePudding user response: