//Shapes (Java Practice) //Author: Chris 9/3/19 size(500,500); background(204,255,229); fill(0); text("First step to my career", 10,15); fill(42,42,171); rect(150,150,100,100); fill(100,200,0); ellipse(250,200,50,50);