write an algorithm to find area of a triangle.
Answers
Answered by
4
Answer:
- 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.
plesse follow me..❤
Attachments:
Answered by
0
Answer
Just take the formulae of triangle
AreaXareaXareaX and write the algorithm
Similar questions
English,
3 months ago
Computer Science,
3 months ago
Physics,
3 months ago
Math,
6 months ago
Computer Science,
6 months ago
Physics,
11 months ago
Physics,
11 months ago
Physics,
11 months ago