Loops Problems

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

Repeat While

Following the same pattern as the previous problem. Add the two blocks to the while loop in the correct order so that the program outputs the following text.

0
1
2
The final value of count is 3

Coding:

Blocks

PreviousNext