December 15, 2013 Matthew Maennche Java, Learn To Code 20821, Java LANGUAGE: JAVA CHALLENGE: Write an expression that concatenates the String variable suffix onto the end of the String variable prefix. SOLUTION: prefix + suffix