Copeg is saying that you can not convert an expression to a double. Example: 1+2 cannot be parsed into 3 using a double. You have to use a String and search for an operator (+, -, *, or /) and then...