Operators and Operands
What is an Operator and Operand?
Operator is a symbol representing an operation performed on operands.
x + y = z
xandyareOperands+and=areOperatorszis theresult
In other words:
operand_1 (operator) operand_2 = result