Question: Microsoft Visual C# 2017 page 182 Please keep this as basic as possible so that I can understand and follow how it was done. The
Microsoft Visual C# 2017 page 182
Please keep this as basic as possible so that I can understand and follow how it was done.
The solution must include the following:
const int HIGH_MONTH = 12; const int LOW_MONTH = 1;
Write a program 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.
The result should look like this screenshot:

CAWINDOWS)system321cmd.exe Enter the integer value of your birth month: May Press any key to continue .. . CAWINDOwS)system321cmd.exe Enter the integer value of your birth month: 13 Invalid Number Entered! Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
