A defined variable has a type and a name, but it doesn't have a value and, therefore, can't be used for anything.

Let's give it an initial value and make it usable, then!

Sweet! In order to give name a value, or initialize it, we simply use an = sign and the value we want to give it. That's what we call copy initialization.

Might it be that we only use the << signs for cout?