A simple Java console application that sorts three integers in both ascending and descending order.
This is a basic Java console program that asks the user to input three integers and prints them in both ascending and descending order.
- Takes input from the user
- Displays both largest-to-smallest and smallest-to-largest sequences