Question:What will be the correct output of the following syntax? <?php $total=5; $count=”15”; $total+=$count; ?>
A 20 B 15 C 515 D 5
+ AnswerA
+ Report