Challenge: Find the Area of the Circle
Can we find the area of the circle using a built-in function?
We'll cover the following...
Problem statement
For a given radius, find the area of the circle using the built-in functions.
Given data
Radius:
r=5
Expected output
Area of the circle = 78.5
Coding exercise
This problem is designed to check your understanding, so ...