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:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
