Write a program that produces a report showing the number of students who can still enroll in

Question:

Write a program that produces a report showing the number of students who can still enroll in given classes. Test your solution by retrieving the data from a text file that you create using a text editor, such as Notepad.

Some sample data follows. Include the name of the class, current enrollment, and maximum enrollment.

image text in transcribed

Classes should not be oversubscribed. Define a custom exception class for this problem so that an exception is thrown if the current enrollment exceeds the maximum enrollment by more than three students. When this unexpected condition occurs, halt the program and display a message indicating which course is overenrolled.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: