Q. a line connecting the points (1,1) and (5,3) is to be drawn, using the DDA algorithm. Find the values of x and y increments. (Solved)
1. x-increment= 1; y-increment=1
2. x-increment= 0.5; y-increment=1
3. x-increment= 1; y-increment=0.5
4. none of these
- c. x-increment= 1; y-increment=0.5