diff --git a/保存函数文字步骤 b/保存函数文字步骤 new file mode 100644 index 0000000..d75f4a7 --- /dev/null +++ b/保存函数文字步骤 @@ -0,0 +1,3 @@ +step1.输入保存数据,并判断文件是否为空 +step2.若文件不空打印保存学生学号、姓名、成绩 +step3.保存成功关闭文件 \ No newline at end of file diff --git a/打印函数伪代码步骤 b/打印函数伪代码步骤 new file mode 100644 index 0000000..c573e08 --- /dev/null +++ b/打印函数伪代码步骤 @@ -0,0 +1,2 @@ +step1.输入"number,name,score" +step2.循环打印学生学号、姓名和成绩 diff --git a/读取函数文字步骤 b/读取函数文字步骤 new file mode 100644 index 0000000..249bd78 --- /dev/null +++ b/读取函数文字步骤 @@ -0,0 +1,3 @@ +step1.输入文件名并打开文件 +step2.判断文件是否为空 +step3.若不空进行读取与记录 \ No newline at end of file