โ Back to If Statements
Question 386
Season by Month
Season by Month
Read an integermonthfrom 1 to 12 and print the season (Northern Hemisphere): - 12, 1, 2 ->Winter- 3, 4, 5 ->Spring- 6, 7, 8 ->Summer- 9, 10, 11 ->FallFor example, given the input4, the program prints: Spring
Expected Output:
Spring
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.