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 manipulation of the name using functions.
I think you will find this a lot easier than the character manipulation. 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