Question: Java: Create a simple course registration program that demonstrates object oriented programming. -Program should ask for the student_name, and the student_ID, -Program should ask which
Java:
Create a simple course registration program that demonstrates object oriented programming.
-Program should ask for the student_name, and the student_ID,
-Program should ask which semester they would like to register for (Spring 2020, Summer 2020, Fall 2020, or Spring 2021)
-Which subject they would like to view course numbers in (MATH, ENGL, PHYS, ECON, or HIST).
-Then ask which course number to register for. Course numbers for each subject are 1100, 1200, 2200, and 2600. (For Example: MATH1100, ECON2200, etc.)
-Some courses are only offered in some semesters.
-Program should print your student_name, student_ID, the selected semester, and the course numbers you selected, as well as the capacity of each course. Some classes have capacity of 20, and some classes have capacity of 50.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
