Question: 1. Write a program using C named MyDate.c. Create three integer variables named day, month, year then aske the user to enter the day month

1. Write a program using C named MyDate.c. Create three integer variables named day, month, year then aske the user to enter the day month and year as numbers. Print the date in standard American format and European format. e.g. Enter the day: 15 Enter the month: 1 Enter the year: 2023 America format: 1/15/2023 European format: 15.1.2023 Lithuanian format: 2023-1-15 Remember: Programs are to be documented. Minimum documentation is your name, the date and the purpose of the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
