Hi Kiri,
Excuse me for my english because i'm french.
I found an error on problem #2.
Please try this :
String line = source.nextLine();
while (!line.equals("")) {
...
Type: Posts; User: wmahann; Keyword(s):
Hi Kiri,
Excuse me for my english because i'm french.
I found an error on problem #2.
Please try this :
String line = source.nextLine();
while (!line.equals("")) {
...