May 28, 2014 Matthew Maennche Java, Learn To Code 20601, Java 2 LANGUAGE: JAVA CHALLENGE: Write an expression that evaluates to true if and only if the string variable s does not equal the String literal end. SOLUTION: (!s.equals("end"))
(s.equals(“end”))
!s.equals(“end”)