FLIP NAME Assignment - Visual Basic

Your assignment is to write a program that will flip a name that is entered in an input box. The name should come in with the format:

Last/First Middle

Examples:

Doe/John L should be displayed as John L Doe

Smith/Ann should be displayed as Ann Smith

Jones/ Lee Jacobs should be displayed as Lee Jacobs Jones

Anderson-White/David M should be displayed as David M Anderson-White

The form should have a field to display the name after it is flipped, a button to perform the flip, a button to clear and a button to exit.