calculating frequency of of a number in an array

Posted by dalton on Stack Overflow See other posts from Stack Overflow or by dalton
Published on 2010-04-30T00:47:41Z Indexed on 2010/04/30 0:57 UTC
Read the original article Hit count: 230

Filed under:

I have an array scores[5][5] and it is filled with test scores. i need to find the most frequently occuring score and return it back for printing

© Stack Overflow or respective owner

Related posts about java