Write a console application that requests 10 numbers from the user as individual inputs.
Each number must be between 10 and 100, inclusive.
Compare each number to the last one entered to determine if it is its duplicate. If it is, ask the user for a different number.
Output each number to the screen once you have determined that all conditions are met.
Your essay should discuss any challenges you encountered including compilation errors, logic errors, or runtime errors you had to resolve.