write down the algorithm to find out
smallest between two
numbers
Answers
Answered by
3
Answer:
The algorithm for the above problem is as follows:
1.Input the first number.
2.Input the second number.
3.Check, Is the first number is smaller than the second number or not.
4.If yes, print the first number.
5.If no, Print the second number.
Explanation:
hope it helps
make it brainlist
thank you
Similar questions