Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started