Hi all, new to Java programming. Got into it, cause a friend also has been doing it, but he's been doing it for a while, so is really good. Anyways.
So what I want to do it, read a specific .txt file, then go through that, and split it into words. If that makes sense.
What I want the program to do, is, go through a file, and identify and count how many palindromes are inside the file. So I have been able to do the palindrome part of it. But I am just confused as to how you go about reading the text, word for word, then testing it out.
And help will be appreciated, and not in a rush, this is just a hobby, that I am really enjoying