Algorithm and flowchart to find the area and perimeter of a triangle when three sides are given
Answers
Answered by
1
Answer:
for finding the area:
get the three sides (length, height, width)
area --> 1/2(height * width)
for finding the perimeter:
get the three sides (length, height, width)
perimeter --> (width + height + width)
Explanation:
Similar questions