Problem #856 CORE JAVA PROGRAMMING

Write a C++ program to create a class called "Circle" with a radius attribute. You can access and modify this attribute. Calculate the area and circumference of the circle.

Your Solution