Wivte a program that takes a date as input and outputs the date's season. The input is a string to represent the month a
Posted: Thu Jul 14, 2022 2:18 pm
Wivte a program that takes a date as input and outputs the date's season. The input is a string to represent the month and an int to represent the day. Ex if the input is: April. 1.1. the output is speing In addition, check if the string and fint are valud (an actual month and day). Ex: if the input is: Blue 55 the output is: frivalid The dates for each season are Spring March 20 - June 20 Sumner: June 21 - September 21 Autumn September 22 - Decernber 20 Winter December 21 - March 19 0. 10