Loops Problems

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

Repeat a Number of Times

This program repeats a set of instructions five times. Run the program and observe the results. Then, modify the repeat times loop so that it repeats three times.

Coding:

Blocks

PreviousNext