0
Arrays
Write a method called indexOfSmallest that will return the index of the smallest value in an integer array.
2 Respostas
+ 3
Show us your attemp or tell us where do you have troubles.
0
in loop look for value in array, store it and compare it with next value, then store smaller and continue