a) Write an algorithm to find smaller number out of the two.
Answers
Answered by
0
Answer:
The algorithm for the above problem is as follows:
Input the first number.
Input the second number.
Check, Is the first number is smaller than the second number or not.
If yes, print the first number.
If no, Print the second number
Similar questions