#count var doesnt show
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
Scanner.next() gets the next token, not the next letter. So unless the letters in the files are all separated by whitespace, it's likely getting whole words at a time.
Can you not see what input is in each interation of the loop?
count var doesnt show