Computer Science, asked by govindraidas3, 20 days ago

12. Write a program to find smaller of two numbers.

Answers

Answered by ashishbisht246800
0

Answer:

Receive any two number as input. Use if statement to check whether the first number is less than the second number or not. If it is, then initialize the first number to any variable say small. If it does not, then go to the else block and initialize the value of second number to any variable say small.

Explanation:

HOPE YOU LIKE THE ANSWER

Similar questions