| Project 4a: Write a program that asks the user for three whole numbers, and then prints out the numbers in a column from smallest to largest. |
| Project 4b: Adapt project 4a so that it asks the user for five numbers (not necessarily whole numbers), and then lists the numbers in a column from smallest to largest. |
| Project 4c: Adapt project 4b so that it asks the user for ten numbers, and then lists them out in a column from smallest to largest. |
| Project 4d: Generalize project 4c so that it asks the user for the quantity of numbers, and then the user enters those numbers. the result should be the numbers listed ina column from smallest to largest. |
Project March 25 to April 15