Let's think back to strings! What's true about them?
string
, or std::string
, keyword to create them-
signNice! 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.