In this task, read the two expressions in this program and decide the result for each. Then enter your answers in the output blocks by using the keyboard. Once the output block has the focus, select the left or right arrows to begin editing the text. Run the program to see if your answers match 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
Read through each problem and follow the order of operation rules. This means math inside parentheses goes first, multiplication modulo and division are next, and addition and subtraction last. If operations are on the same level they should be calculated from left to right.