How can I find the three highest integers in an integer array?
I am looking to find the three highest numbers among 14+ numbers. Is there a function that does something similar?
I guess I can check if each one is > than the rest and exclude numbers already found greater, but any tips?


Reply With Quote
















