Computer Science, asked by skwende, 10 months ago

what is the algorithim used to compute the area of a triangle

Answers

Answered by humera98765
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