invalid input

Nov 16, 2015 at 2:03am
///
Last edited on Nov 17, 2015 at 4:49am
Nov 16, 2015 at 4:23am
After the user inputs a date, you have to check it to see if it is valid, if it is not then ask for it again.

while (!validdate)
{get date from user}
Nov 16, 2015 at 8:00pm
I want the program to start again after the message prompts "Sorry, the .. is invalid." Instead, it continues after the error message.
Topic archived. No new replies allowed.