//Exercises in class //Adam Kochen size(300,300); background(100,0,100); //Body noStroke(); fill(0,122,122); rect(66,66,100,160); //arms stroke(0,122,122); strokeWeight(15); line(10,10,70,70);