Use the Bresenham circle algorithm to scan convert a circle of radius 10
from 90° to 0° and give the chain codes for the output of the algorithm.
HINT: Run the algorithm as long as x ≤ y. For the next octant, fold over
the results from the previous octant.