Question: Elementary sorting.
(a) Have the user enter 3 numeric values and store them in 3 different variables. Without using lists or sorting algorithms, manually sort these 3 numbers from smallest to largest.
(b) How would you change your solution in part (a) to sort from largest to smallest?