Wyo C++ Ch6Proj2

Write a program that allows the user to input a phrase of up to 20 words. The program must display the third word on a line of output by itself surrounded by asterisks. For example, if the user types the phrase:

Four score and seven years ago

then the program will display

*and*

After carefully writing out this program on paper, type it into the compiler and debug if necessary. Your program must follow the Coding Standards. Save the source code file as "Ch6Proj2.cpp" in the appropriate network folder.

Preconditions:

You must hand in the following on separate pages stapled in this specified order:

    1. The hardcopy source code for this assignment. Staple multiple pages together, if applicable.
    2. The handwritten code that you wrote out before typing the program into the compiler.