wap to input any 2 numbers and find smallest one
Answers
Answered by
1
Answer:
C Program to Find Smallest between Two Numbers
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:
HERE IS UR ANS.
HOPE IT HELPS U!!
MARK MY ANS AS BRAINLIEST AND DROP SOME THANKS.
HAVE A NICE DAY AHEAD.
Answered by
1
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.
Similar questions