Sort three numbers. You are given three integers. Write a program that prints these integers in ascending order.
Input |
Output |
5 |
3 |
8 |
1 |
2 |
2 |
Python, Java
Sort three numbers. You are given three integers. Write a program that prints these integers in ascending order.
Input |
Output |
5 |
3 |
8 |
1 |
2 |
2 |