Month Class Exceptions
Programming Challenge 5 of Chapter 9 required you to write a Month class that holds information about the month. Write exception classes for the following error conditions:
● A number less than 1 or greater than 12 is given for the month number.
● An invalid string is given for the name of the month.
Modify the Month class so that it throws the appropriate exception when either of these errors occurs. Demonstrate the classes in a program.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.