Question: Please help. Do step by step. Please give me all the completed modified files(StudentRecord.h, StudentRecord.cpp, Student.h, Student.cpp, main.cpp). I have given my assignment #1. Please

Please help. Do step by step. Please give me all the completed modified files(StudentRecord.h, StudentRecord.cpp, Student.h, Student.cpp, main.cpp). I have given my assignment #1. Please modify assignment #1 as instructed for assignment #2.

* The instructor can enter up to 5 test scores per student.

* The class roster should include the average score for each student as well as the overall grade.

* Update the class statistics to include the average score for each of test.

* We need to create a new class called "student" that has "First Name", "Last Name", and "An array or a vector that contains the test scores" data members.

* In assignment #1, the output shows only the names of the students, For this one, made the Student's first name and then the Student's last for each student.

* An array or a vector that contains the test scores.

# The output should show the Students first name, the Students last name for each student (more than one student), the average test score for each student as well as the overall grade ( up to 5 test scores for each student), the average score for each of test.

Please help. Do step by step. Please give me all the completedmodified files(StudentRecord.h, StudentRecord.cpp, Student.h, Student.cpp, main.cpp). I have given my assignment #1.Please modify assignment #1 as instructed for assignment #2.* The instructor can

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!