// Assignment A1 - 05 - Control the position of 2 lines with 1 variable; int zenline = 53; void draw() { line(zenline, 80, 30, 45); line(zenline, 37, 47, 86); }