1.

What will be the output of the following PHP code ?
<?php
$9nine = 9;
$8eight = 8;
$6six = 6;
echo $9nine + $8eight / $6six - 3;
?>

A. 9
B. 8
C. 5.6
D. Error
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs