June 3, 2017 Matthew Maennche Java, Learn To Code 20598, Java LANGUAGE: Java CHALLENGE: Write an expression that evaluates to true if and only if the string variable s equals the string “end”. SOLUTION: (s.equals("end"))