// Dartmouth CS 2, Winter 2009, Chris Bailey-Kellogg // Notes 17 | Sketch 3 for (int y=0; y<100; y+=10) { for (int x=0; x<100; x+=10) { rect(x,y,5,5); } }