Search:

Type: Posts; User: PC_flea

Search: Search took 0.16 seconds.

  1. Re: how do I fix a "java.lang.ArrayIndexOutofBoundsException:6" problem?

    So if I am to use the length attribute, is this how I should write it? :-??

    for (int charArray.length=0; charArray.length <=60;charArray.length++)

    And the loop -
    for (int counter=0;...
  2. how do I fix a "java.lang.ArrayIndexOutofBoundsException:6" problem?

    I have this program to see the occurrences of a character in a string stored in a text file.
    My text file has the following contents (as shown below):


    As you notice, each character is...
Results 1 to 2 of 2