// Dartmouth CS 2, Winter 2009, Chris Bailey-Kellogg // Notes 9 | Sketch 3 for (int x = 0; x <= 100; x = x+25) { ellipse(x,50,10,10); }