You need to design and implement a student manage system with follo wing functionalities: a) every student contains: id, name, password, gender, age, hometown.
Students have four courses(Chinese, Math, PE, and Programming). Eve ry student can change their information except id, can view scores for th eir courses.
b) there is one class consisting of 70 students, the class also contains a c lass president(also student), four class representatives(also student) fo r four courses(Chinese, Math, PE,
2022-06-08 12:02:40
131KB
c++
1