subject

3.15 LAB: Branches: Seasons // Coral Write a program that takes a date as input and outputs the date's season. The input is an integer to represent the month and an integer to represent the day.

Ex: If the input is: 4 11
the output is: spring
In addition, check if both integers are valid (an actual month and day). Ex: If the input is: 14 65
the output is:
invalid

The dates for each season are:
spring: March 20 - June 20
summer: June 21 - September 21
autumn: September 22 - December 20
winter: December 21 - March 19

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
Idon understand these and need some ! ?
Answers: 2
question
Computers and Technology, 22.06.2019 11:30
Awell-diversified portfolio needs about 20-25 stocks from different categories is this true or false?
Answers: 2
question
Computers and Technology, 23.06.2019 08:00
What is a scenario where records stored in a computer frequently need to be checked
Answers: 2
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
You know the right answer?
3.15 LAB: Branches: Seasons // Coral Write a program that takes a date as input and outputs the da...
Questions
question
Mathematics, 22.04.2020 15:46