Skip to content

Commit 4798665

Browse files
committed
Added challenges to iteration example
1 parent e699f6d commit 4798665

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Basics/Iteration/Iteration.pde

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ the screen (like a grid).
1111
The two main ways we can iterate are "while" loops and "for" loops. Each
1212
are described below, though for loops are much more common.
1313
14+
CHALLENGES:
15+
+ Can you modify our grid loop to make the spacing get progressively smaller?
16+
+ Can you use a for loop to draw concentric circles?
17+
1418
*/
1519

1620

0 commit comments

Comments
 (0)