Keep getting error!

Thanks
Last edited on
C++ is case-sensitive. Also you have logical error (underlined).
Line 31 cout << month[months] << endl; -> cout << MONTH[month] << endl;
Last edited on
than you , that was stupid mistake.
Topic archived. No new replies allowed.