0
'write a function that accepts an array of non negative integers and returns the second largest integer in the array.
return -1 if there is no second largest
2 Answers
+ 1
So, where's the problem? Feel free to post code you already have, even if it's not working, so we can find out what the problem is!
0
Java