1. Write an algorithm and draw the flowchart that will ask the user to enter 3 real
numbers (x,y and z) as input. The algorithm will calculate and print the
following;
a. The area of a circle by using x as diameter. (Consider pi as 3.14)
b. The area of a rectangle by using y and z as both sides.
c. The area of a triangle by using x as height and z as base
Comments
Leave a comment