Introduction - If you have any usage issues, please Google them yourself
Write a CLI program that reads scores and names of students, and prints out a summary sheet (in the same format with the last homework). The user can input as many students as possible. One student can have as many courses as possible. One course consists the name of the course and the scores the students got. Please note that a student won't choose every available course in general.