Computer Science, asked by RIFAHARIS, 12 days ago

Write an algorithm to do each of these tasks.
a. Input the radius of a circle and calculate its area.
(Area of circle = pi* radius*radius. Take pi as 3.14.)

Answers

Answered by sakshimachhar1710
0

Step 1: Start

Step 2: input r / read r

Step 3: let pi = 3.14

Step 4: area = pi * r * r

Step 5: print area

Step 6: stop

please mark me as a Brainliest, if you find my answer helpful

Answered by KnightGamer412YT
0

Answer:

Explanation:

idk

Similar questions