To draw a circle
Declaration :
void for circle ( int xaxis , int yaxis , int radius )
int xaxis , yaxis ; // center of the circle
int radius ; // radius of the circle
center
radius
Post a Comment
No comments:
Post a Comment