Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
390 views
in Technique[技术] by (71.8m points)

c - 使用C编程解决以下问题(solve the following problem using c programming [closed])

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...