Computer Science, asked by rajlaksmi1598, 1 year ago

write an algorithm to find out area or perimeter of a circle

Answers

Answered by Jaisi05
1

Explanation:

hey buddy the answer of a question is 2πr

Answered by shivang2006
4

An algorithm to find area and circumference of the Circle.

START

Input Radius of Circle as R

Assign Value of PI = 3.14

Calculate Area= PI * R * R

Calculate Circumference Circum= 2 * PI * R

Print Value of Area and Circum

END / STOP

Similar questions