ÿ\NLETTER\6.6\CURVES.PRGProgram 1 double y, int xi,yi; for (xi=x1; xi<=x2; xi++) { y = m*xi+c; yi = round(y); plot(xi,yi); }