Consider an array MARKS[5][5] which stores the marks obtained by 5 students in 5 subjects.
(考虑一个数组MARKS [5] [5],它存储5个学生在5个科目中获得的分数。)
Now write a program to(现在编写一个程序)
(a) find the average marks obtained in each subject.
(b) find the average marks obtained by every student.
(c) find the number of students who have scored below 50 in their average.
(d) display the scores obtained by every student.
ask by Abhishek Mane translate from so