The main function for Formatting01

The main function for the program named Formatting01 begins in Listing 2. (Note continuation of statement on next line.)

int main(){
  cout << setprecision(2) << fixed 
                             << showpoint;

Listing 2

Listing 2 uses manipulators (boldface) to prepare the system to: