Try this exercise. Fill in the missing part by typing it in.
In C++, strings are a ___ data type that allows you to work with ___. The std::string
class from the C++ Standard Library provides a rich set of functions and operators for string ___.
To use strings in C++, you need to include the <string>
header file.
Write the missing line below.