Question: Create a Grade Book class that contains instance variables for the course name, number of credits, room #, and student capacity. Create mutator/accessor (or commonly
Create a Grade Book class that contains instance variables for the course name, number of credits, room #, and student capacity. Create mutator/accessor (or commonly known as getter's/setter's) methods for each of the instance variables.
Create a driver program that creates a grade book and presents the user with a menu as follows:
<1> View Grade Book
<2> Set Course Name
<3> Set Number of Credits
<4> Set Room #
<5> Set Capacity
<6> Quit the program
Make all instance variables private.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
