how we can write an algorithm to find an area of a triangle
Answers
Answered by
0
hey dude here is your answer---------
Well. I am not sure if this constitutes an algorithm, but you can definately consider some maths formulas that you could implement into a program to calculate area of a triangle.
The base function would be one that performs the following calculation:
Area(triangle) = 1/2 × base x height.
hope it's help you
Similar questions