We set the radius of the circle, (x,y) as the center of the circle, and the decision parameter as the initial decision parameter.
Step 2:
We start from y=0 and increment y by 1 in each step until we reach x=y.
Step 3:
For each value of y, we calculate the x
Show more…