what is the algorithim used to compute the area of a triangle
Answers
Answered by
0
Explanation:
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.
Similar questions
Social Sciences,
5 months ago
English,
5 months ago
Environmental Sciences,
10 months ago
English,
10 months ago
Chemistry,
1 year ago