I wrote out the conditions so that if a number entered it greater than 20 you get "Hello" and if its less than you get "Goodbye."

The current number is at 14.


Hello


PHP Case example of favorite kinds of excercises:
You enjoy biking

Conditions allow us to perform different actions in situations where it's required to be able to answer to different conditions epecially with true or false info. We can do this using if/else statements as well as PHP cases.