One common programming error is misspelling a variable, object, action name. To solve this problem, run the program and read the errors in the output window. Then, try to find the two naming errors and fix them in the program.
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
There are two different naming errors in this program. Look at the variables' names in the program. There are two defined variables, math, and result; however, when these variables are used, they have been misspelled. Fix the spelling so the names used match the names defined.