/JavaTeamProject

for Java Class

Primary LanguageJava

JavaTeamProject

for Java Class

Student Registration System for Java Class

the Program should show current registration numbers and available seats for each course. After a student successfully registes, the registration information should be stored in a file.

system should: -ability for students to view an alphabetical list of courses -course includes course ID number, course dates, name, brief summary, and the enrollment limit, and number of students registered -the ability for students to register or un-register for a course -the ability for a student to see a list of classes for which he/she is currently registered.

System should not allow a student to register for a full course. The system should not allow one student to view the registration information for another student the system should not allow a student to un-register from a course which he/she is not registered to.