C++ is equipped with another operator used to request values from the user
The user usually provides such a value by typing it using the keyboard
The cin operator is used for that purpose
(Pronounce “see in”)
It displays a blinking cursor on the monitor to let the user know that a value is expected
Uses two greater than signs [...]