Question:What will be the correct output of the following syntax?<?php $total=”45 fire engines”; $incoming=”10”; $total=$incoming+$total ?>
<?php $total=”45 fire engines”; $incoming=”10”; $total=$incoming+$total ?>
A 55 B 45 fire engines C 45 fire engines10 D 55 fire engines
+ AnswerA
+ Report