i am new to java and am experienceing difficulty in writing a simple loop.
what i would like to say is:
// if line != ""(blank line) continue loop;
// if duplicate lines entered by user sout("Duplicate: " + line)
// if the line is == to "" print Bye
i am getting in a mess trying and have been for several hours, help would be appreciated, i think its a case of not understanding the logic.
George
