Question: Create a function that accepts an integer that represents a season: 1, 2, 3, or 4. The function should return the name for the season
Create a function that accepts an integer that represents a season: 1, 2, 3, or 4. The function should return the name for the season where 1 - Winter, 2 - Spring, 3 - Summer, and 4 - Fall.
Indent or I will count off.
Do not write a complete program
A. Write the prototype
B. Write a calling statement
C. Write the function
in c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
