πŸ“Š PHP
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
πŸ’¬ Discuss
βœ… Correct Answer: (B) $add = $add +$add

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
304
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Santosh Mishra
Publisher
πŸ“ˆ
80%
Success Rate