问答题

编写程序,从键盘输入6名学生的5门成绩,分别统计出每个学生的平均成绩并输出。

【参考答案】

#include<stdio.h> main() {int i,j; float grade,sum,ave; ......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)