1
Answer

C# GUI Interface

Photo of Mpho Tj Motau

Mpho Tj Motau

8y
172
1
create an enumeration named month that holds values for the months of the year,starting with January equals to 1,prompt the user for a month integer. Convert the user`s entry to a Month value and display it.

Answers (1)