Simple Sorter


Goal:

Sort a small set of numbers that you get from the user

Steps:

  1. Write a program that asks the user for 3 numbers and store them in 3 variables.
  2. Print the variables in ascending numeric order.
  3. Now print the variables in descending order.