Listing 2 uses manipulators (boldface)
to prepare the system to:
Print floating-point data with two digits to the right of the decimal
point.
Use fixed instead of scientific display format for
floating-point values.
Show the decimal point. (Because the display format has two digits
to the right of the decimal point, the decimal point would be displayed in
this case even in the absence of this manipulator.)