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:
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
Blocks
Hint
Great job!
Try again
Drop in the else block before the end block. Then add the output block to the else scope and run the program. Then the boolean expression in the if block is false, the program jumps to an else scope and skips the if scope.