ykhao 2 years ago
parent 306f1d0194
commit 353b48d18a

@ -373,6 +373,16 @@ Step 3: else 学号存在 then 输出学号、姓名、成绩
![](pictures/query_data.drawio.svg)
#### add_data
Step 1: if 数据库满 then 提示数据库满并结束
Step 2: 输入学号
Step 3: if 学生已存在 then 提示学生已存在并结束
Step 4: 输入学生名字和成绩
Step 5: 添加学生到数据
Step 6: 提示添加成功
![](pictures/add_data.drawio.svg)
#### make_chart

Loading…
Cancel
Save