Hi, I am having some trouble with arrays.
I have an array of 5 elements. The values of the array are integers. I want to validate the input using an if statement. (the numbers must be between 10 and 100).
I then want to compare the user input to the unique numbers in the array using a for statement. I only want to store the new number if it is unique.
Please help, I'm desperate!!