学生成绩管理系统C语言源代码.docVIP

  • 8
  • 0
  • 约9.91千字
  • 约 10页
  • 2017-11-26 发布于重庆
  • 举报
学生成绩管理系统C语言源代码

#includestdio.h #includestdlib.h #includestring.h #includeprocess.h #includectype.h typedef struct { char num[10]; char name[10]; int c; int math; int English; double aver; }Student; Student stu[99]; int shuru(Student stud[],int n)/*输入若干条记录*/ { int i=0; char sign,x[10]; double a=0.0; while(sign!=nsign!=N) { printf(输入学生学号:); scanf(%s,stu[n+i].num); printf(输入学生姓名:); scanf(%s,stu[n+i].name); printf(输入学生的C、数学、英语); s

文档评论(0)

1亿VIP精品文档

相关文档