Modifying Operations
C++ gives us a variety of tools to modify and manipulate strings.
We'll cover the following...
Strings have many operations that can modify them. str.assign
assigns a new string to the string str
...