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:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Switch to Next Tab CTRL + ]
Switch to Previous TabCTRL + [
Blocks
Hint
Great job!
Try again
Drag the if block into the program and drop it at the end of the program. Then move the output block into the if block. Then run the program.