I want to make a program in which user will be able to enter a month and in response he/she will get the name of the season of the year.
1
Expert's answer
2010-08-04T11:20:53-0400
Using std::cout from iostream standard library you can output appropriate message to user and get month number using std::cout, then write season name, select them with if statement.
Comments
Leave a comment