Search:

Type: Posts; User: fakeviolist

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    5,060

    [SOLVED] Re: Flesch Readability Index Code

    Oh, I got it. In my for loops, I made sure that the variables i and k couldn't equal the number of indices, but I didn't realize that the increment operator would make them one higher. I fixed it by...
  2. Replies
    4
    Views
    5,060

    [SOLVED] Re: Flesch Readability Index Code

    I'm getting an Out Of Bounds Exception error, so I know somewhere either the int i or the int k is getting to be too high (probably off by one) with their increment operators, so they access any...
  3. Replies
    4
    Views
    5,060

    [SOLVED] Flesch Readability Index Code

    Hey, I'm writing a program about the Flesch Readability Index that is supposed to calculate the number or words, syllables, and sentences in a file. I have gotten the words counter to work, but I'm...
Results 1 to 3 of 3