arrays/searching arrays

I need to write a program that reads up to 25 positive numbers from the user and stores them in an array. The user may indicate completion by entering a -1. Once the user is finished entering all their numbers your program must search print only the unique numbers the user has entered. It should also print out the number total number of numbers entered along with the number of unique number entered.

The suggestion is to use two arrays input and unique and putting them in input then searching unique.

It should print out to enter the number then when the use enters -1 show the numbers you entered, the unique numbers you entered, entered __ numbers, __ unique.
Very interesting. And what is the question?

Only do not tell "I do not know how to write program, and I do not want to know it, and I do not want to learn it - so write this for me".
I had tried sending an edit but it did not send. I have written it so that the user can input the numbers in up to 25 or when -1 is hit. I know how to give the final outputs once I have them. My problem is that I am not sure how to set up two arrays so that one can be unique. Where do I put this unique array? Before the int main or in it and how would I keep track of the unique numbers separately?
Topic archived. No new replies allowed.