Write a program that ask the user for a month by number and then displays the name of that month. For instance, if the user inputs 2, the program should display February. "Hint" Create an array of 12 strings, one for each month of the year.
![]() |
Write a program that ask the user for a month by number and then displays the name of that month. For instance, if the user inputs 2, the program should display February. "Hint" Create an array of 12 strings, one for each month of the year.
| All times are GMT -7. The time now is 11:34 PM. |