编程如何用C语言编写一个学生成绩管理系统程序

日期:2021-01-07 06:56:35 人气:2

编程如何用C语言编写一个学生成绩管理系统程序

我们才做了这个作业。。。 #include #include #include #define LEN sizeof(struct scorenode) #define DEBUG #include struct scorenode { int number;/*学号*/ char name[8];/*姓名*/ float cj1;/*成绩1*/ float cj2;/*成绩2*/ float cj3;
    A+
热门评论