In C#, please?
Write a program namedCheckMonth2 that prompts a user to enter a birth month and day.
Display an error message that saysInvalid date if the month is invalid (not 1 through 12) or the day is invalid for the month (for example, not between 1 and 31 for January or between 1 and 29 for February).
If the month and day are valid, display them with a message. For example, if the month entered is2, and the day entered is17, the output should be2/17 is a valid birthday.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here