Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Summary
9. Create a new function – area of a circle

Instruction

As you may have noticed, there is still one more column (named area) in the circle table that needs to be calculated and updated.

Exercise

Create a function named get_circle_area(radius) that takes one argument named radius of type decimal and returns the area of a circle (of type decimal).