Missing operand (Error 1231)

You need to provide a second value for an operator you used. For example, the division operation requires two operands and one is missing in each of these examples.

? ( 13 + 4 ) /  

? ( 3 / ) + 2

The multiplication operator requires two operands and one is missing in this example:

? 4 *.