Be the first user to complete this post

  • 0
Add to List
Beginner

314. Find the Circumference of a Circle

Area of a circumference = 2πR

Where π = 3.14 and R = radius of circle

Circumference of Circle

Example:

Radius = 4.0
Area = 2*π*radius = 2*3.14*4 = 25.12

Output:

Area of circumference with radius=4.0 is: 25.12