Loops Problems

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

Practice with Loops

Now that you have practiced editing and adding loops with boolean expressions. Use the blocks in the tray to build a program that counts by 5s to a max of 30. This will require that you edit each of the blocks in the tray.

Use one loop to produce the following output.

5
10
15
20
25
30

Coding:

Blocks

PreviousNext