Page 1 of 1

Write a console app that contains an enumerator. The enumerator should contain the names of each month with a correspond

Posted: Thu Jul 14, 2022 2:19 pm
by answerhappygod
Write a console app that contains an enumerator. The enumeratorshould contain the names of each month with a correspondingassigned values. For example January = 1 and December = 12.n yourprogram asks the user to enter the name of a month. Your programwill output the corresponding value for that month.
EX. (text in black is the output and the text in is what wasentered by the user). This is only and example. The user may enterany month.