Computer Science, asked by abishekbhatta, 1 month ago

draw a flow chart to find smaller number any three ​

Answers

Answered by khushikhan692
1

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