// Computing spring semester if( month == 1 || month == 2 || month == 3 || month == 4 ) { cout << "Spring semester" << endl; }