Answered You can hire a professional tutor to get the answer.
Program 2 Write a program prompting the user to enter the month name of any month of the year . Use a switch to report the number of days in the...
Program 2
Write a program prompting the user to enter the month name of any month of the year. Use a switch to report the number of days in the month entered. Do not use twelve case statements. You don't need that many.