Question: C Programming Help. 1. Write a program that prompts the user to enter two dates in the mm/dd/yy format Enter first date (mm/dd/yy): 3/6/08 Enter
1. Write a program that prompts the user to enter two dates in the mm/dd/yy format Enter first date (mm/dd/yy): 3/6/08 Enter second date (mm/dd/yy): 5/17/07 Add statements in the program so that it indicates which date comes earlier on the calendar. Assume the dates are in the same century and the two dates are different Enter first date (mm/dd/yy): 3/6/08 Enter second date (mm/dd/yy): 5/17/07 5/17/07 is earlier 2. Using a loop, generalize the problem. By entering 0/0/0 the user indicates that he/she is done entering. The results should be in the form: C:\Users\korzhova\Desktop\COP3515Projects practice2.c\bin\Debug practice.c.exe Enter date 1 (MM/DD/YYYY): 5/21/20 Enter date 2 (MM/DD/YYYY): 6/21/21 The date 1 comes first on calendar Enter date 1 (MM/DD/YYYY): 8/23/21 Enter date 2 (MM/DD/YYYY): 7/23/21 The date 2 comes first on calendar Enter date 1 (MM/DD/YYYY): 8/0/8 Process returned e (exe) execution time : 86.943 s Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
