Computer Science, asked by abishekbhatta, 4 hours ago

draw a flow chart to find smaller number any three​

Answers

Answered by AnmolJigarChawla
3

Answer:

  • Declare three variable a, b, c.
  • Compare a with b and c. If a is smaller than b and c than a is smallest among three numbers.
  • Compare b with a and c. if b is smaller than a and c than b is smallest among three numbers.
  • Else c is smallest among three numbers.
Similar questions