Question: Please help. Please do step by step. I have given the StudentRecord.h, StudentRecord.cpp, main.cpp My main.cpp is not done properly. Please complete it properly and
Please help. Please do step by step. I have given the StudentRecord.h, StudentRecord.cpp, main.cpp
My main.cpp is not done properly. Please complete it properly and give me the whole main.cpp file. Also, please provide the output screenshot.



Class Statistics Average score for Test 1 : 62.5 Average score for Test 2 : 72.5 Average score for Test 3 : 82.5 Average score for Test 4 : 92.5 Average score for Test 5 : 100 Number of students in the class : 2 Class average : 82 Maximum Test Score : 100 Minimum Test Score : 60the number of students: 3 Student's First Name: Ann Student's Last Name: A Test Score 1: 89 Test Score 2: 99 Test Score 3: 89 Test Score 4: 97 Test Score 5: 97 Student's First Name: John Student's Last Name: J Test Score 1: 98 Test Score 2: 74 Test Score 3: 53 Test Score 4: 89 Test Score 5: 96 Student's First Name: Karen Student's Last Name: K Test Score 1: 98 Test Score : Test Score Test Test Scores Average Modify assignment # 1 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. 0 First Name 0 Last Name 0 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
