Welcome to the lesson on String Concatenation
To concatenate, or combine, two strings you can use the + operator.
Some Examples: Merge variable a with variable b into variable c:
Some Examples: To add a space between them, add a " ":
End of String Concatenation
You have learned String Concatenation in simple terms. Let's proceed on to Formatting Strings.