Be the first user to complete this post
|
Add to List |
304. Find the Area of a Circle
Area of a circle = πR2
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