Draw a flowchart to find the area and perimeter of a circle
Answers
Answered by
30
Flowchart: Graphical Representation of an algorithm.
(1) Area of circle = 3.14 * r * r
(2) Perimeter of circle = Circumference = 2 * 3.14 * r.
For the better understanding I am drawing the flowchart for Area of circle and perimeter separately.
The flowchart is explained in the attachment below.
Hope it helps!
Attachments:
Answered by
2
Answer:
Flowchart: Graphical Representation of an algorithm.
(1) Area of circle = 3.14 * r * r
(2) Perimeter of circle = Circumference = 2 * 3.14 * r.
For the better understanding I am drawing the flowchart for Area of circle and perimeter separately.
The flowchart is explained in the attachment below.
Explanation:
Similar questions