Computer Science, asked by razia6781, 4 months ago

write an algorithm and draw a flowchart to calculate perimeter of circle and area of circle?​

Answers

Answered by sriram25807
0

Answer:

You should be able to write down the algorithm from this (copy the contents of the shapes from top → bottom to an ordered list).

To apply it to the case where the diameter d = 9, make that substitution (r = d/2 = 9/2 = 4.5) in steps that follow “Read radius, r”.

Hope this helps and does not mislead or confuse you.

Attachments:
Similar questions