Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JAVA A university is been struggling with managing enrollment to their classes since the software they are using is old and written in Basic language.
JAVA
A university is been struggling with managing enrollment to their classes since the software they are using is old and written in Basic language. The university decide to request a new enrollment software written in Java to manage the enrollment to the courses they offer. The university has a policy to limit the number of students in each course to 10 students. Courses can be added and removed from the university catalog dynamically depending on each semester. Each course need to have a name and a code that represents this course. The University assigns an ID to each students, which is stored with the student name and GPA in the system. There are 3 types of students in this university International Students: Must register 9 hours minimum (Type A) Full-time Students: Must register 6 hours minimum (Type B) Part-time Students No required minimum. Type C) You are required to Design a system that will enroll students in different courses. The system uses a text based interface, users choose an option from the following menu: 1. Enroll Student into a course: a. Use Student ID to get enrolled into a Course. i. Print a message indicating if enrollment is successful or not. 2. Enter new Student information a. Enters Student Id, name and type. 3. Add a new course to university catalog a. b. Input course ID/code Course name 4. Remove a course from university catalog a. Input course IDStep 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