(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.
Figure 1 GradeBook class definition containing function prototypes that specify the interface of the class.

Figure 2 GradeBook member-function definitions represent the implementation of class

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.