Answer:
Step-by-step explanation:
BEGIN
Define hour type integer
DISPLAY ("Enter the hour of day (0-23)")
hour <- INPUT()
IF hour >= 8 AND hour <= 15 THEN
DISPLAY("Nice to see you!")
ELSE
DISPLAY("It's time to go home!")
END IF
END
5.7m questions
7.4m answers