有一个学生类,包括学号、姓名和成绩,用类实现求学生成绩的最高分和最低分
其他答案
#include <stdio.h>float min,max;struct student{ float a[4];}s[5];main(){ int i,j;for(i=0;i<5;i++) { printf("Input the %dth student's scores:");for(j=0;j<4;j++) scanf(&qu 展开
2011-01-16 11:32
来自北京市
赞(1)点赞赞(1)举报
免责声明:问答内容均来源于互联网用户,房天下对其内容不负责任,如有版权或其他问题可以联系房天下进行删除。


















