

InterviewSolution
Saved Bookmarks
1. |
herons formula |
Answer» <p>A triangle having sides a,b,c then</p><p>area of traingle = √(s-a)(s-b)(s-c)</p><p>where s = (a+b+c)/2</p> | |