find mode of an array

Hey, first post (hopefully not the last). Umm... I am the most novice Java programmer. Simple (if/then, while, for, loops, GUI, terminalIO) things.

I am writing a project where the user enters 10 integers and the program finds the mode of the array and simply displays the mode in the terminal window(system.out.print(mode). It needs to utilize the TerminalIO thing.

If someone could give me a for loop to start off with that would be great.

[461 byte] By [stev-o1569a] at [2007-11-27 3:29:50]
# 1
Is there a predetermined amount of Integers to be read? Have you done anything yet?
CaptainMorgan08a at 2007-7-12 8:32:51 > top of Java-index,Java Essentials,Java Programming...
# 2
the user enters any 10 numbers they want (as long as the JVM can handle the number) and the program searches for the mode. Easier said than done. I have only set up the while statement to ask for the numbers, assign the numbers...all I nned now is the "search" function
stev-o1569a at 2007-7-12 8:32:51 > top of Java-index,Java Essentials,Java Programming...