algorithm to print circumference of a circle
Answers
Answered by
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
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