Demonstrate how to concatenate (join) strings and primitive variables together.
To copy and paste code visit: www.carbon12.life/Tutorials/Novice_Java/10_Concatenate.php
Concatenate a string literal with a variable. (0:13)
Concatenate 2 seperate string literals along with a variable. (0:56)
Concatenate a third string after variable. (1:31)