Operator: An operator is a symbol that tells the compiler to perform certain mathematical or logical manipulations. PHP language supports following type of operators. Arithmetic Operators Comparison Operators Logical (or Relational) Operators Assignment Operators Conditional (or ternary) Operators Arithmetic Operators + – * / ++ — % Comparison Operators == != > < >=
Read MoreTag: learning
Math Equation: A + B Whole Square
(a + b)2 = (a + b) (a + b) = a2 + ab + ab + b2 = a2 + 2ab + b2
Read More