I am having a few problems in getting a method to work properly in Java. In the program I have created an array consisting of many different words of different length. The met
Is this your actual code? You are using three different variables: indexs, indeks and index in your for-loop. I'm surprised this even compiled. Don't retype your code, cut and paste the actual code.