Operators and Expressions

operator-Any symbol that performs certain operations.e.g.+,-,*,/,%,==,<=,>=.!=. Operand– Data or variables upon which the operator performs its operations. Expression-Logical combination of operator and operands that performs a single statement….