|
Rate question difficulty level
|
5
|
1 Votes
|
Draw a circle on the screen given the radius and center point as well as a function called DrawPoint which accepts a point to be drawn on the screen. The function should not use a square root function or floating point data types (integer types only).