write a program to register students for a


Write a program to register students for a college. Students have names, addresses and courses. Implement the interface class RegisterStudent. RegisterStudent has one method, public boolean register, which returns the boolean value of true or false if the student is successfully registered for the course. Graduate students can only register for graduate level courses, with a maximum course load of 6 credit hours, while undergraduate students can only register for undergraduate level courses with a maximum course load of 12 credit hours. Courses have a course number, credit hours and a minimum and maximum enrollment. The system should graphically display a sorted list of registered courses for a student and/or a roster for each current course with the names of the students enrolled in sorted order by last name. Demonstrate the correct operation of your program by creating a driver program to load the student data base and the course data base from data your group has created. The grader can then select students and register them for courses. Once the grader has enrolled students into courses, the grader can request the report for a student or for a course.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: write a program to register students for a
Reference No:- TGS0443315

Expected delivery within 24 Hours