...

/

Challenge: Find the Area of the Circle

Challenge: Find the Area of the Circle

Can we find the area of the circle using a built-in function?

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 ...