Ad Code

NEW POST

6/recent/ticker-posts

Shiva is part of a popular construction company in Tamilnadu.

... 

Shiva is part of a popular construction company in Tamilnadu.


#include <stdio.h> int main() {float base1,base2,height,area; scanf("%f %f %f",&base1,&base2,&height); area=0.5*(base1+base2)*height; printf("%.2f",area); return 0; }

Post a Comment

0 Comments