From 1f342e4011341045e304b80a9334cb0b2febf0a8 Mon Sep 17 00:00:00 2001 From: Liwenfei <3496841962@qq.com> Date: Sun, 21 May 2023 16:19:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E4=BC=AA=E4=BB=A3=E7=A0=81=E6=96=87=E5=AD=97=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 打印函数伪代码步骤 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 打印函数伪代码步骤 diff --git a/打印函数伪代码步骤 b/打印函数伪代码步骤 new file mode 100644 index 0000000..c573e08 --- /dev/null +++ b/打印函数伪代码步骤 @@ -0,0 +1,2 @@ +step1.输入"number,name,score" +step2.循环打印学生学号、姓名和成绩 -- 2.34.1 From 32dc4aefb3ed233eac81fff29f8b7a447d4f3861 Mon Sep 17 00:00:00 2001 From: Liwenfei <3496841962@qq.com> Date: Sun, 21 May 2023 16:24:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=20=E4=BF=9D=E5=AD=98=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 保存函数文字步骤 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 保存函数文字步骤 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 -- 2.34.1