Simple Sorter
Goal:
Sort a small set of numbers that you get from the user
Steps:
- Write a program that asks the user for 3 numbers and store them in 3 variables.
- Print the variables in ascending numeric order.
- Now print the variables in descending order.