You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
221 B
5 lines
221 B
2 years ago
|
11·输出n个学生的学号、姓名及m门课程的成绩到文件student.txt中
|
||
|
WritetoFile
|
||
|
step1:输入学生的学号和姓名
|
||
|
step2:查找该学生的所有课程成绩
|
||
|
step3:将成绩保存到文件student.txt中
|