Additive Binary Operators: +, – – Basic Elements, Primitive Data Types, and Operators
Additive Binary Operators: +, – The addition operator + and the subtraction operator – behave as their names imply: They add and subtract values, respectively. The binary operator + also acts as string concatenation if any of its operands is a string (p. 67). Additive operators have lower precedence than all the other arithmetic operators. … Read more