源码简介: |
作业完成情况管理程序:假设某门课程一学期要留10次作业,每次老师要进行批改,给出分数后还要进行登。学期期末要根据每次作业的成绩计算出最终的平时成绩(满分100)。该程序应该具有下列功能:1.给定学号,显示姓名和各次成绩 2.给定班级,显示某班学生的作业完成情况 3.给定学号,修改某位学生的基本信息(学号、姓名) 4.给定学号,将该学号学生信息删除 5.插入新学生 6.求某个班学生课程权值的平均分 7. 合并两个班级的信息-The job completion management program: Suppose one semester of a course to stay 10 operations each teacher marking the scores given Gordon. Semester to be calculated according to the results of each job the final peacetime scores (out of 100). The program should have the following features: given Student ID displays the name and score given class, the job is completed in a class of students given student number, modify the basic information about a student (student number, name) given student number of the student number student information deleted 5. inserting new students 6. seeking one of the students in the class curriculum weights average 7. merge two classes
|