Design a class that represents a circle.
It should store how big the circle is (radius).
It should have methods to:
Set the radius
Get the value for the radius
Get the value for the area of the circle
Get the value for the circumference of the
circle.