Need Help Understanding How To Input A FullNamestd::cin terminates when it encounters a space. Use std::getline which will store characters until ...
How to prompt user for multiple if statements.Use switch/case. http://www.cplusplus.com/doc/tutorial/control/