Question: Write a program that asks the user for the month as a number between 1 and 12 (1 is January, 2 is February...). Print a

Write a program that asks the user for the month as a number between 1 and 12 (1 is January, 2 is February...). Print a message based on this saying: "It is" seasonName For example, for (Dec-Feb), print "It is Winter!" 1) Build this with 'if statements submit Seasonlf.cpp 2) And then build with a 'switch' statement. submit SeasonSwitch.cpp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
