How to concatenate two strings of characters?
"string1"+"string2"
"string1".."string2"
"string1"&& string2"
"string1"."string2"