This is a 2-dimentional array. The first column (at Y=0) contains scores, the second column (Y=1) contains names. After sorting, Array.At(0,0) will contain the highest score. Array.At(0,1) will contain the name of the person who made that score.
Array.At(1,0) - second best score, Array.At(1,1) - its name
Array.At(2,0) - third best score, Array.At(2,1) - its name
And you should display the scores in the same event where you parse them (add another sub-event in event #3.