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
The program should output:
You entered: March
The tests verify that you are storing the information in the variables, instead of hardcoding them in your print statements. You should replace the ellipsis Ie the with the relevant code.
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
