Creating a loop often includes adding a counter to track which iteration of the loop you are on. In this problem, add a counter from the tray to the repeat times loop. The program will then output the following information to the output window.
On loop run number 1 On loop run number 2 On loop run number 3 All done!
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 count variable block before the repeat times loops. Then drop the counter block to the first line inside the repeat times block. If you want, try moving the counter to different spots in the program to see the results.