Computer Science, asked by johnokpabi95, 1 year ago

write the algorithm of the area of a circle

Answers

Answered by swapnesh16
0
1. Start

2. Input the the value of radius R

3. Let PI=3.14

4. Calculate area=PI*R*R

5. Print area

6.End

Similar questions