The figure gives the general format of an input statement. The identifier cin is used along with the extraction operator»to get an input from the user. The figure lists some examples of an input statement.
Format: cin>>variable;
cin - indentifer
>> - extrection operator

