This homework is worth 5 points.
When you finish this assignment you should be able to :
The table should contained a left aligned column of phrases and a right aligned column of lengths. The first column should be indented a tab (\t), and the second column should end 40 spaces past the tab. (See picture below)
After the three phrases have been printed, print two additional lines. Place three dashes under the individual phrase lengths. On a line below that, place the total length of all three phrases.
Please look on line for references to the setfill() stream manipulator and use this to fill the spaces between the two columns with '.'.
Please include a comment in your code describing the setfill() manipulator, including:
Once you have a working program, email the program to danbennett360@gmail.com. Please attach the source code file to your message. Please DO NOT send the executable file.