Can anyone do this??

Implement a Circle class. Each object of this class will represent a circle, storing its radius and the x and y coordinates of its center as floats. Include a default constructor, access functions, an area() function, and a circumference() function.

Thank you
Topic archived. No new replies allowed.