NAME FLIP:

For this problem assume that you have a name that comes in as last name/first name and then a middle name or middle initial if there is one:

Examples:

        Johnson/Alice Mary
        Daniels/Stephen
        Ames/Jennifer A
        Hersey/Carl M
        Madison/John Lee Andrews

The goal is to flip the name so it will display or print as:

        Alice Mary Johnson
        Stephen Daniels
        Jennifer A Ames
        Carl M Hersey
        John Lee Andrews Madison

Looking at what you need to do this:

Notes:

The processing would be: