Did you see my questions in the last post?
1)What part of the assignment is working?
2)What steps are you having problems with?
How should the code use the int[100] array for counting what the user enters? Why is the array so large if the user is only going to enter a few numbers? Should the array hold the numbers that the user enters? What if the user wanted to enter 200 numbers?
Did your instruction tell you about how to use a number to index into an array to get at an element in the array? Could the number that a user enters be used as an index to the array?