McqMate
| Q. |
Which of the below statements is equivalent to $add += $add ? |
| A. | $add = $add |
| B. | $add = $add +$add |
| C. | $add = $add + 1 |
| D. | $add = $add + $add + 1 |
| Answer» B. $add = $add +$add | |
View all MCQs in
Web TechnologyNo comments yet