When we create a variable, we take a piece of the computer's memory and give, or assign it a value. Not that complicated, right?

Sweet! We've created the number variable with a value and used std::cout to display it.

See how the number variable is defined as type int? That means we shouldn't try to use a string with it.