Question: Intro to C++ 2 - Create a Student Manager Program similar to the program beginning on page 211. The program should get input from the
Intro to C++
2 - Create a Student Manager Program similar to the program beginning on page 211. The program should get input from the user for the student's name, assignment and grade. When the user exits the program the program should display the total number of students saved to the file along with an average of all of the test scores entered. Here is an example of the console:
The Student Manager program COMMANDS v - View grades a - Add grades r - Remove grades s - Save grades x - Exit Command: v STUDENTS Name Assignment Grade -------------------- ------------------- ---------- Mark Math 88.00% Command: a Enter student name: Mary Enter assignment name: Quiz Enter grade: 97 Command: a Enter student name: Mike Enter assignment name: Final Enter grade: 76 Command: v STUDENTS Name Assignment Grade -------------------- ------------------- ---------- Mark Math 88.00% Mary Quiz 97.00% Mike Final 76.00% Command: x All your new entries have been saved. You entered 2 entry(s) this session. The average for the new entry(s) entered is: 86.50% Bye!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
