Write a program that calculates areas of these geometric shapes: Triangle , Rectangle ,
Parallelogram , circle and ellipse.
Triangle Area =1/2*b*h;
Where b=base and h-vertical height.
Rectangle Area=w*h
Where w=width and h=height.
Parallelogram Area=π*r2 where r=radius
Ellipse Area =πab Where a and b are semi-major and semi-minor axes
Answers
Answered by
0
Answer:
The 4 options are 1) area of circle 2) area of rectangle 3) area of triangle 4) area of square. ... C program to find the areas of different geometrical shapes such as * circle, square, rectangle ...
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
Social Sciences,
6 months ago
Accountancy,
6 months ago