Hello. I'm creating a simple calculator application using Xcode and C++. I'm trying to have the user type in add subtract multiply or divide to do so. What function would I use. I'm currently using a switch statement for it but it doesn't work correctly as far as typing a whole word.