#include using namespace std; int main() { int hour; cout<<"Enter the time: "; cin>>> hour; //We use an if ... else statement to check the time if ( hour < 12) cout<<"Good Morning"<