Did that, and now I have a Compiling Error. I know you are going out of your way, and I would like to thank you for helping me this far.
Here is the Error.
Quote:
WordCounter.java:37: cannot find symbol
symbol : method isEmpty()
location: class java.lang.String
while (null != (str = dataIn.readLine()) && !str.isEmpty())
|
Should that be srt.readline.isEmpty? Or do I just need to inport another java class?