Coding Challenge: Modeling a Circle

Let's create a Circle object and implement some of its methods.

We'll cover the following...

Problem statement

Create a Circle object with the following properties and methods:”

  • radius
...