Brahma Prakash Shukla

Brahma Prakash Shukla

  • 203
  • 8.6k
  • 211.9k

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

Nov 16 2022 5:56 AM

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)