Gr 11 12 Not !

In Java “not” is a bit awkward when used with a String method like “equals” if (name.equals(“steve”) {    } is easy to understand. If the name equals “steve” then execute the code block that follows. What about if the...