Ok. what should i type in?
"Good Morning" 8:00am-11:59am
"Good Afternoon" 12:00pm-5:59pm
"Good Evening" 6:00pm-11:59pm
Don't stay up too late!" 12:00-4:59am
i never seen anybody waking up early!" 5:00am-7:59am
IF TIME>8&&TIME<12 THEN "good morning
IF TIME>=12&&TIME<18 THEN
"afternoon"
IF TIME>=18&&TIME<=0 THEN
"evening"
IF TIME>0&&TIME<6 THEN "dont stay up"
IF TIME>5&&TIME<=8 THEN "i never seen"