Review Concepts for IFs
  1. Write the code to input a variable. Write to the screen whether the number is below 0, equal to 0, or greater than 0.
  2. Write the code to input a number and write to the page whether the number is in the range 20 to 50 (inclusive) or not.
  3. Input three numbers. Write the numbers in numerical order.