Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 3
    while(( ! i.equals(name)) || (! i.equals(age))) the ! is a not operator Commented Oct 14, 2018 at 11:25
  • Possible duplicate of Java Does Not Equal (!=) Not Working? Commented Oct 14, 2018 at 11:27
  • Possible duplicate of How do I compare strings in Java? Commented Oct 14, 2018 at 12:41
  • You should format your code properly when posting it to StackOverflow Commented Oct 14, 2018 at 18:18