Asked by James
Pseudocode to describe how to get the information and output the area of a triangle.
How do integrated development environment(IDE) help to create maintainable code?
Thank you.
How do integrated development environment(IDE) help to create maintainable code?
Thank you.
Answers
Answered by
MathMate
Area of triangle can be calculated as follows:
Area=(1/2) base * height
or using Hero's formula,
Area=sqrt(s(s-a)(s-b)(s-c))
where
a,b,c are lengths of the three sides
s=(a+b+c)/2
Area=(1/2) base * height
or using Hero's formula,
Area=sqrt(s(s-a)(s-b)(s-c))
where
a,b,c are lengths of the three sides
s=(a+b+c)/2
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.