I am having trouble displaying an array by index, I don\'t know why this is happening. Any help will be greatly appreciated. Here is a snippet of my code:
// cre
improve your for loop:
// for-each loop for(int i=0;i
If you prefer for-each:
for-each
// for-each loop for(String ss : tempsArray2){ // display ss System.out.println(ss); }