Question: C++ program Modify Class GradeBook a. Include another string data member that represents the course lecturers name. b. Provide a set function to change the
C++ program
Modify Class GradeBook a. Include another string data member that represents the course lecturers name. b. Provide a set function to change the lecturers name and a get function to retrieve it. c. Modify the constructor to specify course name and lecturers name parameters. d. Modify function displayMessage to output the welcome message and course name, and the string "This course is presented by: " followed by the lecturers name
can you share output ans codes plz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
