Computer Science, asked by abhi171043, 7 months ago

in PHP there are six arithmetic operators( true or false)​

Answers

Answered by Anonymous
1

true is ur answer

mark as best

Answered by Anonymous
0

It is true that, in PHP there are six arithmetic operators.

  • There a different types of operators which helps the PHP processors to do various types of actions.
  • There are different groups of PHP operators and one of the most important group of PHP operators are the Arithmetic PHP operators.
  • The arithmetic PHP operators include -
  1. Addition. (+)
  2. Subtraction. (-)
  3. Multiplication. (*)
  4. Division. (/)
  5. Modulus. (%)
  6. Exponentiation. (**)
  • The above mentioned arithmetic PHP operators are used to carry out different types of arithmetic operations.
Similar questions