Introduction - If you have any usage issues, please Google them yourself
Implement a Circle class. Each object of this class will represent a circle, its radius and its storage center coordinates x and y. Contains a default constructor, access function, and an area () function and a circumference () function.