Question: Create an enumeration named Month that holds values for the months of the year, starting with JANUARY equal to 1(Recall that an enumeration must be

Create an enumeration named Month that holds values for the months of the year, starting with JANUARY equal to 1(Recall that an enumeration must be placed within a class but outside of any method.) Write a C Sharp GUI program named MonthNamesGUI that prompts the user for a month integer. Convert the user's entry to a Month value and display it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
