Conditionals Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7

If Expressions

Continue the program from the previous problem by coming up with a boolean expression that determines if the value is even. Remember, the mod can determine if a number is even or odd.

Coding:

Blocks

PreviousNext