Minimum of two numbers. Given two integers, print the smaller value.
Input |
Correct answer |
3 |
3 |
2 |
2 |
15 |
-8 |
Python, Java
Minimum of two numbers. Given two integers, print the smaller value.
Input |
Correct answer |
3 |
3 |
2 |
2 |
15 |
-8 |