373,638 views
43 votes
43 votes
How exactly do you find the circumference by using C++ Programming? I really need a specific answer.

How exactly do you find the circumference by using C++ Programming? I really need-example-1
User Shailesh Sonare
by
2.8k points

1 Answer

13 votes
13 votes

Answer:

C++ Program to Find Area and Circumference of a Circle

Area of Circle = PI X Radius X Radius. Where, Where PI is a constant which is equal to 22/7 or 3.141(approx)

Circumference or Circle = 2 X PI X Radius.

Circumference or Circle = PI X Diameter.

Step-by-step explanation:

User Valerii
by
3.0k points