Q:

Which of the below statements is equivalent to $add += $add?

0

Which of the below statements is equivalent to $add += $add?


  1. $add=$add
  2. $add = $add +$add
  3. $add=add+1
  4. $add=add

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

B.$add = $add +$add

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Which scope is not supported by Php... >>
<< Output is...