Meet "Captain Code"! He's a coding superhero who needs a bit of help from us. Throughout this micro-course, we'll go on several adventures with him.

Create a program with two variables, name1 and name2, and assign "Captain" and "Code" to them. Add them together and display them.

Swee-heet! We can use the + sign to add strings together, but we have to add a space as well if we don't want them to be a single word.