;;-------------------> Clue 4 - Graphing lines <-------------

 

;;draw a line

;;The line is parallel to the x-axis
;;The line has a 0 slope

;; The line passes through the point (40, -20)

;;The line intercepts the y-axis at -2

;;The line is perpendicular to the line x = 11

;;The line passes through the point (-80, -20)

;;

;;

;;Use these clues to draw a line on the coordinate plane.

;;You will use 1-3 draw LINE commands to make a graph of this continuous line

;;You may plot more points along the line, and draw the line segments