(Modifying Class GradeBook) Modify class GradeBook (Figs. 1-2) 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.
Fig 1. GradeBook class definition containing function prototypes that specify the interface of the class.

Fig 2. GradeBook member-function definitions represent the implementation of class GradeBook.

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.