Java Reference
In-Depth Information
13. The programmer misunderstood the second parameter of the substring
methodȌit is the index of the first character not to be included in the
substring.
14. The second error was caused by failing to reset insideVowelGroup to
false at the end of a vowel group. It was detected by tracing through the
loop and noticing that the loop didn't enter the conditional statement that
increments the vowel count.
Search WWH ::




Custom Search