Math, asked by sakshisingh12357, 5 months ago

develop a algorithm to find the area of circle​

Answers

Answered by abinavbino
3

Answer:

Hello there,

I will write the steps to the algorithm below :-

1.START

2.INTEGER AREA,RADIUS

3.PRINT "ENTER THE RADIUS OF CIRCLE - "

4.AREA=3.14*RADIUS*RADIUS

5.PRINT "AREA OF CIRCLE = "

6.PRINT AREA

7.EXIT

Hope it helps,Kindly mark as brainliest if you found it helpful

Similar questions