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.

