You need to input the expression as a string, parse the string (seperate it into the first number, operator, and second number), and then perform that operation on the numbers.<br><br>Inputting the string is simple. When you have it, find the position of the operator in the string, save that...