Finding the best person in an array

Posted by dalton on Stack Overflow See other posts from Stack Overflow or by dalton
Published on 2010-04-29T21:20:06Z Indexed on 2010/04/29 21:27 UTC
Read the original article Hit count: 304

Filed under:
|

I have an An Array called Names[5] and one called scores[5][5] each row coesponds with the name in the respective index. I need to find the highest score in the scores array and return the name that corosponds with it

© Stack Overflow or respective owner

Related posts about java

Related posts about homework