Skip to main content
Change the program so that there are 10 squares in a row.
test text
Increase the gap between the squares. You can do that by changing 10*i to 20*i
10*i
20*i
Draw a vertical row of squares
Each square starts in the same place but they all have different sizes.