Question in the title. I'm writing a program to ask the user to input a date in the mm/dd/yy format, validate that date if it is only in the year 2013, and then print the date in this format: July 01, 2013. I'm just getting a logic error in that the program will still print the date even if the year is not 2013. Here is my code:Question in the title. I'm writing a program to