Question: Write a specification file (Student.h) and implementation file (Student.cpp) for a C++ class named Student. Also, write a program called Driver.cpp that tests the usage
iPad 1:07 AM grades (list of grades, one for each grade level) The class member functions are as follows: . string getFul1Name) (return the full name of a student, e.g. "Jane R. Doe") . int numGrades() (return the number of grades that the student has) . int getLevel) (retum the current grade level of a student) bool levelUp(float newGrade) (move a student to the next grade level) . As the student moves to the new level, the grade for the previous level is newGrade Print out a message indicating the following: o o What grade level the student has finished What grade the student received for the year What grade average the student currently has Whether the student should graduate or not (passing average after 4 years) " Whether the student should fail or not (total average below 60 at the end of any year) Return a Boolean value: o " True if the student should be enrolled after moving up a grade level -False if the student has graduated or failed . double avgGrade) (return the arithmetic mean of all the grades) * Student (string, char, string tor function for creating a Student object, whose 1-2 of 3 Dashboard Calendar Inbox
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
