Write an application that inputs ten numbers from the user, each number can be between 10 and 100, inclusive. As each number is read in determine if it is a number already entered. If it is a duplicate move on to the next number, if it is unique store the number in the array. After all ten numbers have been entered display the complete set of unique numbers that were entered. Submit your zipped NetBeans with all files, essay, and screenshots demonstrating your code runs. Your essay should discuss any challenges you encountered including compilation errors, logic errors, or runtime errors you had to resolve.