One dimension array. App that inputs 5 numbers, each is between 10 and 100, inclusive. As each number is read, display only if not a duplicate of number already read. Provide for worst case in which all numbers are different. Use the smallest possible array to solve this problem. Display the complete set of unique value input after the user inputs each new value.