Operators:
- Operator is a symbol
- Operator performs an operation on operands
- Expression is a collection of Operators and Operands.
Operators classified into:
- Unary: Performs operation on Single operand.
- Binary: Performs operation on 2 operands.
- Ternary: Performs operations on 3 operands.