The program named Formatting02

Program named Formatting02 begins in Listing 4.

/* File: Formatting02.cpp
Copyright 2006, Richard G. Baldwin
Illustrates formatting output data into 
a table.  The output is:

       1.5       2.200
      12.8       3.142
******************************************/

Listing 4

Listing 4 shows the comments at the beginning of the program.