size(500,400); background(100,195,255); //background light blue text("Lisa-first Homework",350,380); fill (139,69,19); // saddlebrown trunk rect(80, 80, 30, 305); //long vertical rectangle fill (165,42,42); // brown trunk rect(200, 60, 20, 305); //long vertical rectangle fill (128,0,0); // maroon trunk rect(290, 60, 14, 305); //long vertical rectangle fill (0,155,0); // green treetop triangle(55, 150, 100, 20, 140, 150); fill (0,100,0); // dark green treetop triangle(148,198, 208,20, 268,198); fill (85,107,47); // dark olive green treetop triangle(228,168, 300,20, 368,168); fill (255,255,255); //white eyeball on 1st tree ellipse(76, 99, 14, 14); fill (255,255,255); //2nd white eyeball on 1st tree ellipse(96, 99, 14, 14); fill (0,0,0); //black pupil on tree 1 ellipse(96, 99, 4, 4); fill (0,0,0); //2nd black pupil on tree 1 ellipse(76, 99, 4, 4); fill (255,255,255); //white eyeball on 2nd tree ellipse(195, 99, 19, 19); fill (255,255,255); //2nd white eyeball on 2nd tree ellipse(215, 99, 19, 19); fill (0,0,0); //black pupil on tree 2 ellipse(195, 99, 8, 8); fill (0,0,0); //2nd black pupil on tree 2 ellipse(215, 99, 8, 8); fill (255,255,255); //white eyeball on 3rd tree ellipse(265, 99, 19, 19); fill (255,255,255); //2nd white eyeball on 3rd tree ellipse(285, 99, 19, 19); fill (0,0,0); //black pupil on tree 3 ellipse(265, 101, 8, 8); fill (0,0,0); //2nd black pupil on tree 3 ellipse(285, 101, 8, 8); fill (255,255,224); // Sun light yellow ring ellipse(415, 41, 74, 74); fill (255,69,0); // Sun orange ring ellipse(415, 41, 64, 64); fill (255,255,51); // Sun deep yellow ellipse(415, 41, 44, 44); // // Here's a totally unrealistic looking person introducing the trees // fill (255,228,181); // person head ellipse(415, 241, 44, 44); fill (255,228,181); // person body ellipse(415, 300, 44, 88); fill (255,228,181); // person arm rect(335, 275, 60, 14); //long vertical rectangle fill (255,228,181); // person other arm rect(400, 275, 50, 14); //long vertical rectangle fill (255,255,255); //white eyeball on person ellipse(425, 241, 11, 11); fill (255,255,255); //other eyeball on person ellipse(410, 241, 11, 11); fill (0,0,0); //black pupil ellipse(424, 241, 4, 4); fill (0,0,0); //black pupil ellipse(409, 241, 4, 4); fill (255,20,147); //mouth ellipse(416, 250, 8, 3); //// grass //// stroke( 0, 150, 0 ); strokeWeight(6); float x; float y= height-10; for ( x=20; x