Answered You can hire a professional tutor to get the answer.
how do i create a 12-element array called months and then set each element to the name of each month. For example months[0] = January.
how do i create a 12-element array called months and then set each element to the name of each month.
For example months[0] = "January". Then i need tp use a for loop to display the number and name of each month.
The second part is to use an array initializer list to create a 4-element array to store the names of 4 seasons. I need to use a while loop to display the name of each season.