Question: Integer expirationMonth is read from input. Use multiple exception handlers to: Catch an InputMismatchException and output Input type error: Integer expected when expirationMonth is not

Integer expirationMonth is read from input. Use multiple exception handlers to:
Catch an InputMismatchException and output "Input type error: Integer expected" when expirationMonth is not an integer.
Catch an Exception and output the Exception's message when expirationMonth is not between 1 and 12.
End each output with a newline.
Ex: If the input is 7, then the output is:
Valid input: Expiration month is 7
Ex: If the input is I, then the output is:
Input type error: Integer expected
Ex: If the input is 20, then the output is:
Value error: Value between 1 and 12 expected

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!