Conditionals Problems

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

The Else Block

Continue from the last problem by adding an else to the if block to handle odd values. When this program is finished it should output, 35 is an odd number.

Coding:

Blocks

PreviousNext