Write the code to take a name which is in the format last/first middle(optional) and display it as first middle(if there on input) last. I want you to do this manipulating the name one character at a time - you cannot use functions in the actual flip of the name. This is probably easier to do in COBOL but it can be accomplished in other languages.
This program should be run using DISPLAY/ACCEPT in COBOL, two text boxes in VB or a similiar technique in the language you use. Email me the code and the output.

Examples:
Richardson/Alan F displays as Alan F Richardson
Jones/Mabel displays as Mabel Jones
Anderson/Linda Marie displays as Linda Marie Anderson

Note: Give it your best try - we will go over several solutions next week!