Computer Science, asked by Anonymous, 8 months ago

can anyone write the algorithm to find radius of a circle​

Answers

Answered by nishi312
0

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

Explanation:

hope it helps

mark me as

and follow me

Similar questions