/* Jeremy Turner # 20004742. Assignment A1 - 04 - Control the position of 2 lines with 1 variable*/ int zenLine = 53; void draw() { line(zenLine, 80, 30, 45); line(zenLine, 37, 47, 86); }