Hey guys, I just need some opinions about this work. I don't need you to do it for me. I'm just a little confused about getting the correct order in the dates (months and days). I know I got to use the while function. So just please let me know any ideas you might have, thanks.
-------------------------------------------------------------------------------------
it prompts the user to enter two dates (months and days only) and outputs one of the following:
•date1 comes before date2
•date1 comes after date2
•date1 is the same as date2
Make sure your program prevents user from entering nonsense values, such as month 16 and day 38.