CS202 Java-112
String concatenation (+)
lConcatenation uses the + operator. 
l
lA built-in type value can be concatenated with a string because Java automatically converts the built-in type value for you to a string first.
l
l