forked from pn8rjlxip/System
parent
ef795a08ae
commit
ffe517aaa2
@ -1,4 +1,5 @@
|
||||
c10
|
||||
# c10:打印学生成绩
|
||||
|
||||
step1:输入学生的学号,姓名.
|
||||
step2:查找该学生的成绩
|
||||
step3:输出该学生的成绩
|
||||
step3:输出该学生的成绩
|
||||
|
@ -1,4 +1,5 @@
|
||||
c11
|
||||
# c11:输出n个学生的学号、姓名及m门课程的成绩到文件student.txt中
|
||||
|
||||
step1:输入学生的学号和姓名
|
||||
step2:查找该学生的所有课程成绩
|
||||
step3:将成绩保存到文件student.txt中
|
||||
step3:将成绩保存到文件student.txt中
|
||||
|
@ -1,4 +1,5 @@
|
||||
c12
|
||||
# c12:从文件中读取学生的学号、姓名及成绩等信息写入到结构体数组stu中
|
||||
|
||||
step1:查找文件
|
||||
step2:从文件中读取学生的学号姓名成绩
|
||||
step3:将信息写入到数组stu中
|
||||
step3:将信息写入到数组stu中
|
||||
|
Loading…
Reference in new issue