Chapter 3: Problem 11
Modify class GradeBook (Fig. 3.10 ) as follows: a) Include a second String instance variable that represents the name of the course's instructor. b) Provide a set method to change the instructor's name and a get method to retrieve it. c) Modify the constructor to specify two parameters - one for the course name and one for the instructor's name. d) Modify method displayMessage such that it first outputs the welcome message and course name, then outputs "This course is presented by:" followed by the instructor's name. Use your modified class in a test application that demonstrates the class's new capabilities.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.