I'm in a beginning Java class and am running into an issue right off the bat.

I need to modify this so that the program ends only when "n" or "N" is entered. I've been using the not operator, but...