Can you give me some hint on how to calculate if there are two or more modes in c?
I was able to create a program that will calculate for the mode, but if i have a dataset with multiple modes, like 5,3,1,2,3,4,6,4
my program only finds 3 as a mode, rather than both 3 and 4.