Write an expression that concatenates the String variable suffix onto the end of the String variable prefix.
LANGUAGE: JAVA
CHALLENGE:
Write an expression that concatenates the String variable suffix onto the end of the String variable prefix.
SOLUTION:
prefix + suffix