public double TheArea()
{
Semipermeter = ((SideA+SideB+SideC)/2);
return TriangleArea = Math.sqrt(Semipermeter*((Semipermeter - SideA)*
(Semipermeter - SideB)*(Semipermeter - SideC)));
}
Subscribe to:
Post Comments (Atom)
The worst that could happen is ADVENTURES Welcome to teh life of Jorge in college
No comments:
Post a Comment