Write an Algorithm to find the area of triangle if and only if a triangle is formed with the given three sides.
Answers
Answered by
0
Answer:
sorry i donot know the answer
Explanation:
give me brilliant
Answered by
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.
Similar questions