// Dartmouth CS 2, Winter 2009, Chris Bailey-Kellogg // Notes 12 | Sketch 1 // How many wanderers int num=5; // Their positions float[] x = new float[num]; float[] y = new float[num]; void setup() { smooth(); noStroke(); background(0); for (int i=0; i