Conditionals Problems

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

The If Block

In this program, start building a program that decides if a number is even or odd. First, determine where the if block should be located and what blocks should be inside the if scope. Then, run the program. You should expect the program to output 34 is an even number. Hold off on changing the if block. In the next problem, you will focus on constructing the boolean expression.

Coding:

Blocks

PreviousNext