Syntax 2.1 : Output Statement
cout << expression1 << expressioun2 << ... << expressionn;
cout << pennies; cout << "Total value = " << total << "\n";