Assemble two else if statements to make the program better at adapting to the time of day.

Fantastic! Our code is steadily becoming more capable of adapting to different scenarios.

The order is important here. Make sure to put hour < 17 before hour < 21 to catch all possible scenarios correctly.