Starting with the code examples from chapter 16 complete the following:
- Write code to accept 10 numbers (integers from 1 to 100) from the user
- Make sure that each number is unique by searching through the existing numbers BEFORE adding the new one
- Display the unsorted set of numbers
- Sort the numbers
- Display the sorted set of numbers
Hand in a printout of your source code and the results.