Loading
Current section: 1. Expressions And Output 7 exercises
Problem

Strings

Loading exercise

Transcript

00:00 So sometimes you have multiple strings that you want to put together. This will make a lot more or be a lot more practical and useful when we have variables that like one variable is pointing to one string and this one's pointing to another and we want to combine them. But right now, you don't know about variables yet. And so I just wanna teach you string concatenation. And so we've got, two strings.

00:24 We're gonna stick them together by using a special plus symbol. So that is your job in this exercise. Have a good time with this one.