ÿ\NLETTER\6.6\CURVES2.PRGProgram 2 y = y1; for (xi=x1; xi<=x2; xi++) { yi = round(y); plot(xi,yi); y += m; }