Computer Science, asked by niranjanappu346, 6 months ago

1. Write analgorithm to find
area of triangle​

Answers

Answered by keyboardavro
1

Answer:

Explanation:

Start.

Input a,b,c.

Calculate s = (a + b + c ) / 2.

Calculate area = sqrt( s*(s-a)*(s-b)*(s-c))

print "Area of Triangle=", area.

End.

Answered by sureshpatnala
1

Answer:

What is the algorithm to find the area of a triangle?

Area(triangle) = 1/2 × base x height. This yeilds the area, but requires you to know the length of the base and the perpandicular. In theory the base can be any side, so how do we determine the height of the perpendicular? This can be calculated using trigonometry from the respective angle.

please follow me and mark as brainliest please

Similar questions