Write a program named Month Days that asks the user to enter the name of the month. Print the number of days that occur in that month. You do NOT need to deal with leap years. Hint: Several months have the same number of days. "You do not need twelve different IF statements!**
Sample Output:
Enter the name of the month (please spell it all out)) August
August has 31 days in it