array[10]={2,3424,4234,42,234,234,23423,123,342,3}
In this array, how do I find the first five biggest numbers and the position of those numbers? I.e I want the output as
biggest number was 23423 and its position was 7
Like this ^^^ for the five biggest numbers and their positions.
I want code for this; I am a student.