I need help to create a program that allows the user to input their firstname and lastname separated by a space. I then need to display this information in reverse for example.
Input:
John Doe
Display:
Doe, John
Can someone please help me with this, I have been trying to do this for over a week and have made no head way. I am programming it in Visual Studio 2008 C#. Thanks in advance for any and all help.