Students will draw FIVE lines, spaced equally from each other. Each one will be a pastel color. The lines will be strokeWeight at least 20.
Students will square the end of each line.
To square the end of each line, use the following code strokeCap(SQUARE) types in under strokeWeight
strokeWeight(20);
strokeCap(SQUARE);
line(X, Y, X, Y);