Loops Problems
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