write an algorithm to find out area or perimeter of a circle
Answers
Answered by
1
Explanation:
hey buddy the answer of a question is 2πr
Answered by
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