Computer Science, asked by rashmimahapatra888, 6 months ago

write an algorithm to find area of a triangle.​

Answers

Answered by Anonymous
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 BiyaGaming
0

Answer

Just take the formulae of triangle

AreaXareaXareaX and write the algorithm

Similar questions