After:
// Computing spring semester if( month >= 1 && month <= 4 ) { cout << "Spring semester" << endl; }