[solved]-Write Program Displays Number Days Month January 31 Days February 28 Days Program Two Par Q39063946
Write a program that displays the number of days in each month.(“January has 31 days. February has 28 days.” And so on.) Theprogram should have two parallel arrays: a string array for themonth names and an integer array for the number of days. A loopshould step through the arrays and display the name of the monthand the number of days in it.
Expert Answer
Answer to Write a program that displays the number of days in each month. (“January has 31 days. February has 28 days.” And so on…. . . .
OR

