i'm just messing with simple test code and i'm asking the user to input two integers and then one of four math functions, + - * /, and then am outputting the result. i defined the operator as a char type but i can't figure out how to get the function to work right. normally it's (a + b) but i'm trying to get (a char b) but i'm not coming up with the right syntax. any help? thank you!