The main action is where every program begins. Add the output blocks to the matching action. Before running the program, predict what the program will output. Did your prediction match the outcome?
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
Did you predict that only the output block in the main action would run? This happens because any part of a program is only run if it is in the main action or called from the main action. The test action is not called and does not run.