1. Draw a Flowchat and write an Algorithm to find
area of triangle
Answers
Answered by
0
Answer:
The flowchart 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.
Explanation:
Answered by
0
Answer:
hiiii
Explanation:
Similar questions