Loops Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10

Intro to Counters

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:

Blocks

PreviousNext