this is my assignment, and below is what i've done so far. Any help is appreciated.
You are to write a program which will ask for the user to input 15 numbers. Your program then should find out which one shows up most often. In case of a tie, keep the first one typed.
At the end display the number and how many times it shows up.
I understand that I need to count how many times each number occurs, what I don't know is how to identify the numbers being input...should i do something like...
When posting, if you look to the right you will see the word Format. Beneath that, you see an icon thats look like <>. Click that, and the put your code in between the two things that come up.