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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…