Look through this program and then run it. Next, identify the problem with the until loop. Keep in mind, the following output is the correct program output.
0 1 2 The final value of count is 3
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
Until loops run until the boolean expression becomes true. Modify the boolean expression so it evaluates to false until it reaches the value of 3.