In C#, please? Write a program named CheckMonth2 that prompts a user to enter a birth month and day. Display an error message that says Invalid date if the month is invalid (not 1 through 12) or the...


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.



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here