CMSC 160 -- Quiz 3

Quiz 3

  1. Evaluate the boolean expression (((x < y)||(y < z))&&((y > x)&&(y > z))) for x = 1 y = 2 and z = 3
  2. List the comparison operators
  3. What is the difference between else and if