I need help writing a loop to find the most occuring integer stored in an array. I have made a loop for the user to enter in integers to the amount they want and the integers are between 0 and 100. I just need to know a loop to find the most occuring integer in the array and display that. thanks