1/10/00
COM1100-Winter2000-Yuhong Yin Northeastern University
26
Input statement -- Examples
nint first, second, last;
n     cin >> first >> second >> last;
nWhen type in these three numbers from keyboard, they should be separated by white space (blank spaces, tabs, or newlines)
n12  6  15
n12
n      6
n      15