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; if (month 12) { cout < =21) season ="Winter"; } }else { }
Step by Step Solution
3.38 Rating (154 Votes )
There are 3 Steps involved in it
Testcpp include include using namespace std string getMonthint m... View full answer
Get step-by-step solutions from verified subject matter experts
