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 and
End each output with a newline.
Ex: If the input is then the output is:
Valid input: Expiration month is
Ex: If the input is I, then the output is:
Input type error: Integer expected
Ex: If the input is then the output is:
Value error: Value between and expected
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
