Lab 2
Students II¶
Write a CLI program that reads scoring records of students and prints out a summary sheet in the same format as the last homework, Students I.
The user can input an arbitrary number of students. Each student can take an arbitrary number of courses. Each record consists of the course id/name and the score the student got. Please note that a student usually won't choose every available course.
Evaluation standard¶
- C++ code quality (clean, compact, and reasonable)
- Comments quality
Required Files¶
Please prepare a zip package including the following items:
- The source code
- A text file containing your test data