So we have a function DrawPoint(x,y) that draws a point, we have to draw some number of points that would look like a circle. How to create such for(i=0; i<numberOfIterations; i++) to draw a circle?
So we have a function DrawPoint(x,y) that draws a point, we have to draw
Share
1 Answer