Question: JAVA Develop a system for a university registrar office. Your system needs to operate according to the following: Starts by asking the user for the
JAVA

Develop a system for a university registrar office. Your system needs to operate according to the following: Starts by asking the user for the course ID number, the faculty name and his/her rank, and the maximum class size allowed then generates a class with a list of students according to the following rules: Select the actual class size randomly. The size is selected randomly and must be between one half of the maximum and the maximum inclusive. So if the class maximum size is 30, then your actual class size is between 15-30 inclusive. Assign a room number to the course Assign an ID for the course like "MIS 525" Enroll students in the course, they can be obtained from an existing enrollment list Assign a teacher to the course using the following menu As an example Enter a faculty name: Select The faculty rank Enter 1 for Professor Enter 2 for Associate Professor Enter 3 for Assistant Professor A Course class that has the course ID Number, Room assigned, and class start and end time A Registrar class, which will include a main method Grading will be based on the following criteria The use of Inheritance Design Efficiency, readability and comments Functionality
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
