algorithm algorithm algorithm flowchart to find the smallest 3 number
Answers
Answered by
0
- Declare three variable a, b, c.
2.Compare a with b and c. If a is smaller than b and c than a is smallest among three numbers.
3. Compare b with a and c. if b is smaller than a and c than b is smallest among three numbers.
4.vElse c is smallest among three numbers.
plz brainlist mark me
Similar questions