Question:What will be the correct output of the following syntax?
<?php
$total=”45 fire engines”;
$incoming=”10”;
$total=$incoming+$total
?>
 

A 55 

B 45 fire engines 

C 45 fire engines10 

D 55 fire engines 

+ Answer
+ Report
Total Preview: 972

Copyright © 2024. Powered by Intellect Software Ltd