Loops Problems

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

Repeat Until

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:

Blocks

PreviousNext