Page 1 of 1

in C#. Write a console app that contains an enumerator. The enumerator should contain the names of each month with a cor

Posted: Thu Jul 14, 2022 2:13 pm
by answerhappygod
in C#. Write a console app that contains an enumerator. The enumerator should contain the names of each month with a corresponding assigned values. For example January = 1 and December = 12.In your program asks the user to enter the name of a month. Your program will output the corresponding value for that month.