write a console application that request 10 numbers from the user as individual inputs
each number must be between 10 and 10 inclusive
compare each number to the last number and determine if it is a duplicate if so ask the user for another number
output each number to the screen once all conditions are met
end the program after the loop by requesting the user to hit enter to end the program