Question
Please help. Do step by step. I have given my assignment #1. Please modify assignment #1 as instructed for assignment #2. Please give me all
Please help. Do step by step. I have given my assignment #1. Please modify assignment #1 as instructed for assignment #2. Please give me all the completed files.
* 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.
* Have 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.
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 The assignment is due on March 9, 2023. You may submit the assignment alter the due date with one point deducted for each calendar day the assignment is late. 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. Submit your C++ source code including class header les through John Jay BlackboardStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started