Computer Science, asked by vipulvarsha2297, 1 day ago

a) Write an algorithm to find smaller number out of the two.

Answers

Answered by preetiamitshukla
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