Discussion Forum : Basic Php
Question - Which of the below statements is equivalent to $add += $add ?
Options:
A .  $add = $add +$add
B .  $add = $add
C .  $add = $add + $add + 1
D .  $add = $add + 1
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *