write an algorithm to find area of an triangle
Answers
Answered by
2
Alogrithm to find area of a triangle.
1. Start
2. Input a,b,c
3. Calculate s = (a + b + c ) / 2
4. Calculate area = sqrt( s*(s-a)*(s-b)*(s-c))
5. print "Area of Triangle=", area
6. End
Hope it works.
Explanation: Please FOLLOW ME and like my answer.
(My target is 100 Followers till New Year 2021)
Please help me to complete my target.
☺️☺️☺️
Attachments:
Similar questions