// Determine if month is invalid #include using namespace std; int main() { int month; cout<<"Enter the number of a month:"; cin>>month; if (month < 1 || month > 12) cout<