Computer Science, asked by varmalohith11131, 2 months ago

Algorithm and flowchart to find the area and perimeter of a triangle when three sides are given

Answers

Answered by redaibrahimfci
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