Computer Science, asked by samipchhetri8042, 10 hours ago

write an algorythm program to find the area of circle

Answers

Answered by kritrika
0

Answer:

1. start

2.integer area , radius

3.print "entre the radius of circle -"

4.area = 3.14* radius*radius

5.print "area of a circle ="

6.print area

7.exit

Explanation:

I hope this helpfull

Similar questions