Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Coding

 Write a console application named CheckMonth that prompts a user to enter a birth month. If the value entered is greater than 12 or less than 1, display an error message; otherwise, display the valid month with a message such as 3 is a valid month. Use an if-else statement and also a switch statement

Sign In or Register to comment.