How does the simplest code that draws a line segment between (x0, y0) and (x1, y1) points look like? Apparently, something like this: The problem with this code (besides its inefficiency) is the ...