1.

What will be the output of the following PHP code ?
<?php
$Fiv_e = 5;
$Si_x = 6;
$Seve_n = 7;
$Eigh_t = 8;
echo "$Fiv_e / $Si_x + $Seve_n / $Eigh_t";
?>

A. Error
B. 1.25
C. Nothing
D. 5.25
E. None of these
Answer» C. Nothing


Discussion

No Comment Found

Related MCQs