Sweet! We've created the number variable with a value and used std::cout to display it.
number
std::cout
See how the number variable is defined as type int? That means we shouldn't try to use a string with it.
int