Computer Science, asked by sapna514673, 11 months ago

wap area of the triangle​

Answers

Answered by dasmoulik23
1

Answer:

This C Program calculates the area of a triangle given it's three sides. The formula or algorithm used is: Area = sqrt(s(s – a)(s – b)(s – c)), where s = (a + b + c) / 2 or perimeter / 2. and a, b & c are the sides of triangle. Here is source code of the C program to calculate the area of a triangle.

Explanation:

Answered by iTzUniqBoY
3

\huge\boxed{\fcolorbox{red}{Yellow}{Answer}} &lt;body bgcolor="black"&gt;&lt;font color="yellow"&gt;</p><p><em>Area</em><em> </em><em>Of</em><em> </em><em>Triangle</em><em> </em><em>is</em><em> </em><em>=</em><em> </em><em>1</em><em>/</em><em>2</em><em> </em><em>×</em><em> </em><em>Base</em><em> </em><em>×</em><em> </em><em>Height</em><em>.</em></p><p></p><p></p><p></p><p>&lt;marquee scrollamount= 1300 /&gt;

Pls Mark As Brainliest

Similar questions