Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    940

    Re: Please HELP! JAVA CODE problem

    Did you look at line 12 to see why the code was using an index past the end of the array?
    An index of 1 is looking at the second element in the array. The error message says: the array has fewer...
  2. Replies
    6
    Views
    940

    Re: Please HELP! JAVA CODE problem

    At line ??? (shown in the error message) the code used an index of 1 in an array with less than 2 elements. Look at that line of the code and see why the code tried to use an index past the end of...
Results 1 to 2 of 2