caz27
caz27
14.09.2019 • 
Computers and Technology

Time and weather write a program to take as input and 4-digit number from the user. the first two digits represent the day of the month and the last two digits represent the month of the year. the program should then display the following: "it's winter" if the month entered is 12, 1 or2 . "it's spring" if the month entered is 3, 4, or 5 "it's summer", if the month entered is 6,7, or 8 "it's fall", if the month entered is 9, 10, or 11 the program should also display the current week number of the month

Solved
Show answers

Ask an AI advisor a question