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;
}
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;
}
0 Comments
if you have any doubt, plz let me know