Question: question mylab.cpp student.h student.cpp studentInterface.h now it is giving this error message Implement a class Student: A student has a name, an ID, and a

 question mylab.cpp student.h student.cpp studentInterface.h now it is giving this error

question

message Implement a class Student: A student has a name, an ID,

mylab.cpp

and a total quiz score. Supply an appropriate constructor . Supply functions:

get name_id), add quizlint score). get total scorel), and get average scorel

student.h

To compute the average, you also need to store the number of

student.cpp

quizzes that the student took C++ solutions . studentinterface.h . student.h e

studentInterface.h

now it is giving this error message

student.cpp . myLab1.cpp - ADT (bonus) - declarations of the class Student

Implement a class Student: A student has a name, an ID, and a total quiz score. Supply an appropriate constructor . Supply functions: get name_id), add quizlint score). get total scorel), and get average scorel To compute the average, you also need to store the number of quizzes that the student took C++ solutions . studentinterface.h . student.h e student.cpp . myLab1.cpp - ADT (bonus) - declarations of the class Student implementations of the class Student - main() that contains test cases to use the student class o Construct 3 students (with name and ID) o For each student add 3 quiz scores calculate and print the total score of all quizzes calculate and print the average score of all quizzes Calculate and print the average score of all students (a function in the main that does not belong to the student class, but it needs to call each student's get average_score) method) o

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 Databases Questions!