Java program to find the second largest number in an array | Java tutorials

preview_player
Показать описание
Java program to find the second largest number in an array
Рекомендации по теме
Комментарии
Автор

I have a doubt in for loop you use length ....what does that mean and mostly we use lenght() method right?

rajurockers
Автор

If largest number is duplicated 2 times it will fail please optimize

AeronauticalThings
Автор

Sir, send the java code for sum of element s in an array

ThanushkaYendu
Автор

what about in a random array without sorting the array?

abhinan
Автор

what if array has same values example 5, 5, 5, 5, 5, 5 ???

keerti_