Try it yourself: add else if with a specific condition to display "Good afternoon" when the time is right.

Yes! Since it's 1400 or 2pm, we display "Good afternoon".

Try else if (hour < 17) to specify a second condition.