I had a mutable array of size 15. The array has different radius values.
I need to divide the circle into 15(array size) divisions And draw each arc with the radius from mutable array.
I had a mutable array of size 15. The array has different radius values.
I need to divide the circle into 15(array size) divisions And draw each arc with the radius from mutable array.