Question: In eclipse project Task 04: Write and test a program t04.py : that asks the user to enter an integer that represents the date in
In eclipse project
Task 04: Write and test a program t04.py :
that asks the user to enter an integer that represents the date in the YYYYMMDD format and then displays the date in the format DD/MM/YYYY. You may assume that the user will always enter a valid date. You must use integer division and modulus, and NOT strings, to extract the date parts.
Sample run of the program
Enter a date in the format YYYYMMDD: 20170527
27/05/2017
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
