Write
algorithe to find the area of a parallegrom.
Answers
Answered by
1
Answer:
- Start.
- 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.
- End.
Similar questions
English,
2 months ago
Computer Science,
2 months ago
Computer Science,
3 months ago
Social Sciences,
3 months ago
Math,
11 months ago
Math,
11 months ago
Political Science,
11 months ago