...

/

Coding Challenge: Circumference and Area of a Circle

Coding Challenge: Circumference and Area of a Circle

Let's write a program that will take the radius of a circle and return it's circumference and area.

Problem statement

Let’s play with the functions and try to calculate the circumference and area of a circle. Here are some hints for solving this exercise:

  • You can use the “2Πr2Πr
...