Computer Science, asked by neeludevi98013, 6 months ago

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 Anonymous
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