Computer Science, asked by minakshigurung9, 6 months ago

algorithm to print circumference of a circle​

Answers

Answered by Anonymous
3

Answer:

Circumference of a circle can simply be evaluated using following formula. Circumference = 2πr where r is the radius of circle and value of pi = 3.1415.

Answered by Xxitzking01xX
17

Answer:

Step 1: Start

Step 2: input r

Step 3: let pi = 3.14

Step 4: area = pi * r * r

Step 5: circum = 2 * pi * r

Step 6: print area, circum ,

Similar questions