Syntax 2.4 : Input Statement
cin >> variable1 >> variable2 >> ... >> variablen;
cin >> pennies; cin >> first >> middle >> last;