126k views
0 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 Gerik
by
4.3k points

1 Answer

2 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 DonkeyBanana
by
5.1k points