Computer Science, asked by andhariadarsh, 25 days ago

Draw a flowchart to find out smallest number from given three numbers.​

Answers

Answered by Bhumi29Jan2008
3

  1. 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. Else c is smallest among three numbers.
Attachments:
Similar questions