(Modifying Class GradeBook) Modify class CradeBook (Figs. 16.11-16.12) as follows:
a) Include a second string data member that represents the course instructor's name.
b) Provide a set function to change the instructor's name and a get function to retrieve it.
c) Modify the constructor to specify course name and instructor name parameters.
d) Modify function displayMessage to output the welcome message and course name, then the string "This course is presented by: " followed by the instructor's name.
Use your modified class in a test program that demonstrates the class's new capabilities.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.