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