Arrays | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Arrays

Write a method called indexOfSmallest that will return the index of the smallest value in an integer array.

12th Jul 2019, 5:02 PM
Beanie
Beanie - avatar
2 Answers
+ 3
Show us your attemp or tell us where do you have troubles.
12th Jul 2019, 5:17 PM
Denise Roßberg
Denise Roßberg - avatar
0
in loop look for value in array, store it and compare it with next value, then store smaller and continue
13th Jul 2019, 6:10 AM
zemiak