This video covers all PHP arithmetic operators like as addition, subtraction, multiplication, Division, Modulus and Exponentiation.
Addition $x + $y Sum of $x and $y
Subtraction $x - $y Difference of $x and $y
Multiplication $x * $y Product of $x and $y
/ Division $x / $y Quotient of $x and $y
% Modulus $x % $y Remainder of $x divided by $y
** Exponentiation $x ** $y Result of raising $x to the $y'th power
How to use PHP Arithmetic Operators
Why we use PHP Arithmetic Operators
#PHP
#PHPArithmeticOperators
#PHPinHindi
#PHPTutorial
Facebook - / pooripadhai
Twitter - / pooripadhai
Pooripadhai - https://pooripadhai.com/