// A sampling of output stream member functions #include #include main() { //Suitable for a check protected monetary field const float dollars = 1234.45; cout << '$'; cout.fill('*'); cout.width(10); cout.precision(2); cout.setf(ios::fixed | ios:: showpoint); cout << dollars <