Question: For this assignment we are going to revisit the simple Grade Book and upgrade it For the purposes of this grade book you should first




For this assignment we are going to revisit the simple Grade Book and upgrade it" For the purposes of this grade book you should first provide a menu with the following options: Add a new course .Add a new student Add a student to a course Add grades for a student in a course Print a list of all grades for a student in a course Print a list of all students in a course Compute the average for a student in a course Print a list of all courses Print a list of all students Compute the average for a course Store Grade book (to a disk file) Load Grade book (from a disk file) Each of these menu items should correspond to a function you will write. For this program you will create a class to represent each of the basic entities, as well as a class to represent each of the collections. For the collections you may use a vector as the data type, but you will still need to provide wrapper functions to implement the application specific portions of the assignment. For this assignment we are going to revisit the simple Grade Book and upgrade it" For the purposes of this grade book you should first provide a menu with the following options: Add a new course .Add a new student Add a student to a course Add grades for a student in a course Print a list of all grades for a student in a course Print a list of all students in a course Compute the average for a student in a course Print a list of all courses Print a list of all students Compute the average for a course Store Grade book (to a disk file) Load Grade book (from a disk file) Each of these menu items should correspond to a function you will write. For this program you will create a class to represent each of the basic entities, as well as a class to represent each of the collections. For the collections you may use a vector as the data type, but you will still need to provide wrapper functions to implement the application specific portions of the assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
