Computer Science, asked by jaiveru794, 1 year ago

how we can write an algorithm to find an area of a triangle

Answers

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