5
Answers

Find third largest integer in an array using only one loop?

The user will input an unsorted integer array and the method should find the third largest integer in the array.

  • input: 3 ,6, 9, 8, 0
Answers (5)