1. 首页
  2. 编程语言
  3. C
  4. 学生成绩管理,结构体法

学生成绩管理,结构体法

上传者: 2018-12-29 21:08:40上传 RAR文件 888B 热度 24次
本程序运用了结构体数组的方法,使程序简练 struct student { int num; char name[8]; float mathscore; float englishscore; float compscore; float phiscore; float total; int pos; };
用户评论