//shapes (Java Practice) //author: Ryan Woods size(400,420); fill(200,0,0); rect(180,150,45,100); ellipse(250,340,95,200); triangle(125,10,90,85,160,85);