Question: Modify assignment # 1 ( Please take look at Assignment#1 code: https://www.chegg.com/homework-help/questions-and-answers/create-program-calculate-grades-well-descriptive-statistics-set-test-scores-test-scores-en-q39864181) so that the instructor can enter up to 5 test scores per student.
Modify assignment # 1 ( Please take look at Assignment#1 code: https://www.chegg.com/homework-help/questions-and-answers/create-program-calculate-grades-well-descriptive-statistics-set-test-scores-test-scores-en-q39864181) so that the instructor can enter up to 5 test scores per student. The class roster should include the average test score for each student as well as the overall grade. Update the class statistics to include the average score for each of test. You must create a class called student that has the following data members.
First Name
Last Name
An array or a vector that contains the test scores.
All class data members must be private or protected. Separate the class interface from the class implementation and use include guards.
Assignment #1: https://www.chegg.com/homework-help/questions-and-answers/create-program-calculate-grades-well-descriptive-statistics-set-test-scores-test-scores-en-q39864181
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
