L
Larry
Hi,
I need to calculate the modevalue (number that coocurs the most) of an
array like this:
short values[5] = {1,1,2,3,4};
can it actually be done?
thanks
I need to calculate the modevalue (number that coocurs the most) of an
array like this:
short values[5] = {1,1,2,3,4};
can it actually be done?
thanks