1/10/00
COM1100-Winter2000-Yuhong Yin Northeastern University
24
Input statement -- Syntax
nPurpose:
n   Read the value of one or more variables from the input
nSyntax:
n cin >> variable1 >> variable2 >>…>> variableN;
nVariables should be separated by >>
n