From ffe517aaa237f52053427db1898db5339603cddf Mon Sep 17 00:00:00 2001 From: zhouyufan <2467848647@qq.com> Date: Thu, 27 Apr 2023 20:49:38 +0800 Subject: [PATCH] 666 --- step10.md | 5 +++-- step11.md | 5 +++-- step12.md | 5 +++-- step9.md | 3 ++- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/step10.md b/step10.md index 0d768ea..88bd1eb 100644 --- a/step10.md +++ b/step10.md @@ -1,4 +1,5 @@ -c10 +# c10:打印学生成绩 + step1:输入学生的学号,姓名. step2:查找该学生的成绩 -step3:输出该学生的成绩 \ No newline at end of file +step3:输出该学生的成绩 diff --git a/step11.md b/step11.md index 73b4ee3..8438e5f 100644 --- a/step11.md +++ b/step11.md @@ -1,4 +1,5 @@ -c11 +# c11:输出n个学生的学号、姓名及m门课程的成绩到文件student.txt中 + step1:输入学生的学号和姓名 step2:查找该学生的所有课程成绩 -step3:将成绩保存到文件student.txt中 \ No newline at end of file +step3:将成绩保存到文件student.txt中 diff --git a/step12.md b/step12.md index 7be2bf8..30e157b 100644 --- a/step12.md +++ b/step12.md @@ -1,4 +1,5 @@ -c12 +# c12:从文件中读取学生的学号、姓名及成绩等信息写入到结构体数组stu中 + step1:查找文件 step2:从文件中读取学生的学号姓名成绩 -step3:将信息写入到数组stu中 \ No newline at end of file +step3:将信息写入到数组stu中 diff --git a/step9.md b/step9.md index 3b6554e..635d7b3 100644 --- a/step9.md +++ b/step9.md @@ -1,4 +1,5 @@ -# step9 +# c9:统计各分数段的学生人数及所占的百分比 + step1:输入每个学生的成绩 step2:判断输入成绩所在的分数段 step3:将各个分数段的成绩个数除以学生总人数并乘以百分百