Ad Code

NEW POST

6/recent/ticker-posts

Jannu and Preethi both went to Egypt for visiting Pyramids.

 Jannu and Preethi both went to Egypt for visiting Pyramids. 

#include <stdio.h>

int main()

{float base,height,area;

scanf("%f%f",&base,&height);

area=(base*height)/2;

printf("%0.3f",area);


return 0;

}

Post a Comment

0 Comments