Question: Write a program that stores user input into the variables month, day and year, and prints a formatted date as shown below. For example, if

Write a program that stores user input into the variables month, day and year, and prints a formatted date as shown below.
For example, if the input is
March
31
2088
The program should output:
You entered: March 31,2088
The tests verify that you are storing the information in the variables, instead of hard-coding them in your print statements. You should replace the ellipsis (I.e., the ...) with the relevant code.
 Write a program that stores user input into the variables month,

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!