Using if and else statements, we can write a program that shows one greeting if hour < 12 is true and another if it's false.

Make sure to pick hour, followed by <, and finally 12.