// Sketch that creates a centered rectangle having // height and width equal to 50% of the sketch window size(600,400); rect(0.25*width, 0.25*height, 0.5*width, 0.5*height);