// hello im here today //Exercises in class: //AUTHOR: H.Bonilla: 5922 size( 427, 305 ); background( 140,200,50); //body fill(200,0,0); rect( 150, 100, 80,100); fill(0,255,0); text("Zoog", 175,150); // L&R arms fill( 200,0,0); rect(100, 100 ,50 ,40); fill( 200,0,0); rect(230, 100 ,50 ,40); //Head fill(0,0,255); ellipse(190,75, 80, 100); fill(150,50,100); ellipse(175,65, 10, 20); fill(150,50,100); ellipse(200,65, 10, 20);