Minimum of three numbers. Given three integers, print the smallest value.
Input |
Output |
5 |
3 |
10 |
4 |
-5 |
-5 |
Python, Java
Minimum of three numbers. Given three integers, print the smallest value.
Input |
Output |
5 |
3 |
10 |
4 |
-5 |
-5 |