Computer Science, asked by chakrabortyadrija76, 1 month ago

I'm asked to write an algorithm to find the radius of a circle and to calculate its area can someone help me?​

Answers

Answered by chaitrasrinivas0995
1

Answer:

step 1. Take the radius of circle as input

step 2. calculate the area of circle by implementing the formula

area of circle= 3.14*(r)*(r)

step 3. Print the output using standard output.

Hope this helps.

Similar questions