+3 votes
in Class 11 by kratos

Write an algorithm to calculate area of triangle.

1 Answer

+1 vote
by kratos
 
Best answer

Step 1: Start.

Step 2 : Read a,b,c.

Step 3: *=(a+b+c)/2.

Step 4 : Area = ((-a)(-b)(-c))1/2

Step 5 : Print Area.

Step 6: Stop.

...