#include
#include
void main()
{
int a,b,c,s,ar;
printf("enter the value of a,b,c");
scanf("%d,%d,%d",&a,&b,&c);
s=(a+b+c)/2;
ar=sqrt(s*(s-a)*s*(s-b)*s*(s-c));
printf("the area of triangle=%d",ar);
getch();
}
home tips,Kitchen recipes, Web server tips, Websites tricks, Money Tricks, Windows Tricks, Hacking Tricks
No comments:
Post a Comment