A couple other things, try not to use capital letters for your variable names, those usually imply classes.
Also, try not to use system(). Here are many ways you can avoid using it: http://www.cplusplus.com/articles/iw6AC542/
I am just wondering but is it possible to let the user put in only two names and have the program behave the same way and just output the last and first name. I was thinking an If statement but im not sure how to word it.