This isn't quite C++ code. We'll get on to inputs in C++ very shortly. But for now can you see what we're doing. We're inputting data.
The text input is a sequence of bytes from our fingers, through our keyboards into the memory of our computers and the program!
We need to stream the string to cout
.