Extraction Operators are the subject of this video.
The extraction operator can either take the value on the right of it and insert in the output stream. Or it can be used to read the users input into a declared variable.
The extraction operator is used to prompt a user for input.
In this video we demonstrate how to use the extraction operator by asking a "user" for input for a simple addition problem.