Question: hello please help i need to create this C + + program. Create an instructor Grade Book class, GradeBook.h , that contains the declaration of

hello please help i need to create this C++program.
Create an instructor Grade Book class, GradeBook.h, that contains the declaration of the
GradeBook class, which includes private members for the course name, student names, and their
corresponding grades. Public methods include a constructor, methods to add a student, display
grades, update grades, and calculates the average grade. An Implementation class,
GradeBook.cpp, that implements the methods declared in the header file. You may use vectors
to manage dynamic lists of student names and grades. Also create a main program (driver) that
demonstrates the usage of the GradeBook class by creating an instance, adding students,
displaying grades, updating grades, and displaying the updated grade book and average.
hello please help i need to create this C + +

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!