Question: Add a try block that: Reads integer expirationMonth from input. Outputs Expiration month is followed by the value of expirationMonth. End with a newline.

Add a try block that:
Reads integer expirationMonth from input.
Outputs "Expiration month is " followed by the value of expirationMonth. End with a newline.
Click here for example 1(valid input)
Ex: If the input is 2, then the output is:
Expiration month is 2
Click here for example 2(invalid input)
Ex: If the input is Gil, then the output is:
Error: Input for expiration month is bad

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 Programming Questions!