/* Matt Martell IAT 800 - Dr. Christopher Shaw Due Sept. 12, 2008 A1-05 */ size(300,300); int x; int y; x = 5; y = 10; stroke (115,65,212); //purple line strokeWeight(4); line (x,y,40,90); stroke (45,65,27); //green line strokeWeight(3); line (x,y,60,70);