An Operator is a symbol that represents an operation that is to be performed in the program.
Operators tell the compiler to perform a specific operation;
each operator is associated with one and has a unique identification code.
Operators play an important role in programming and they are used to make an
expression that executes to perform a task.
Scala as a huge range of operators:
a) a) Arithmetic
operators
b) Relational
operators
c) Logical operators
d) Bitwise operators
e) Assignment operators


