if( temperature >= 68 ) { cout << "Ideal weather for outdoor activities" << endl; } else { cout << "Too cold for outdoor activities" << endl; }