Let's think back to strings! What's true about them?

We use the string, or std::string, keyword to create themThey're sequences of charactersWe enclose them in quotation marksWe can subtract them with a - sign

Nice! Strings are sequences of characters that we create with the string keyword and values in quotation marks.

Uh oh! Strings are sequences of characters that we create with the string keyword and values in quotation marks.