I am having trouble writing a program that uses a one-dimensional array that reads 20 numbers each of which is between 10 and 100. As each number is read, it has to be validated and stored in the array only if it is not a duplicate of a number already read. After reading all the values, display only the unique values that the user entered. Provide the "worst case" in which all 20 numbers are different. Use the smallest possible array to solve this problem.
Buddy
Buddy
Comment