Operators and Operands
What is an Operator and Operand?
Operator is a symbol representing an operation performed on operands.
x + y = z
- xand- yare- Operands
- +and- =are- Operators
- zis the- result
In other words:
operand_1 (operator) operand_2 = result