Computer Science, asked by niriappu9, 3 months ago

write the flow chart to find area of triangle​

Answers

Answered by shubhamkh9560
3

Answer:

brainlist

Explanation:

has three steps they are input, processing and output. 1) INPUT:-- we need a, b, c (3 variables) as sides of triangle as input.

...

Read a.

Read b.

Read c.

If a, b, c is >0 then; Set s=a+b+c/2. Set area=[s(s-a)(s-b)(s-c)]^1/2.

Write area.

Exit.

Similar questions