Hi there,

So I have a 10 element array of int's and I need to calculate the mode.

I haven't written any code (for the calculation part) because I have no idea where to start. I was just hoping someone who has done this before or thinks they have a good idea could point me in the right direction, I would appreciate it.

Is there a function to do this for me in math.h?