Be the first user to complete this post

  • 0
Add to List
Beginner

304. Find the Area of a Circle

Area of a circle = πR2

Area Of Circle

Where π = 3.14 and R = radius of circle

Example:

Radius = 4.0
Area = π*radius*radius = 3.14*4*4 = 50.24

Output:

Area of circle with radius=4.0 is: 50.24