The answer is B. Because the left operand is string and is used for concatenation then it will change 3 to "3" and concatenate two to give "53". On second case string doesn't have - operation so it will convert the left operand to number and perform substraction I think so π