// Draws two lines which divides the window
// into four quadrants
line(0, 50, 100, 50);  // Draw the horizontal line
line(50, 0, 50, 100);  // Draw the vertical line