Question: help me to fix these problems in code 1. error messagesdon't form correct sentences. 2. incorrect season forMarch 22. 3. No need to use functions.???????????????

help me to fix these problems in code 1. error messagesdon't form correct sentences. 2. incorrect season forMarch 22. 3. No need to use functions.???????????????

#include using namespace std; string getMonth(int month); bool validLastOfMonth(int month, int day);int main() { int month, day; string season; cout < > month;

#include using namespace std; string getMonth(int month); bool validLastOfMonth(int month, int day); int main() { int month, day; string season; cout < > month; if (month 12) { cout < =21) season ="Winter"; } }else { }

Step by Step Solution

3.38 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Testcpp include include using namespace std string getMonthint m... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!