HomeAbout

Operators and Operands

What is an Operator and Operand?

Operator is a symbol representing an operation performed on operands.

x + y = z
  • x and y are Operands
  • + and = are Operators
  • z is the result

In other words:

operand_1 (operator) operand_2 = result
AboutContact