Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribedimage text in transcribedimage text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions