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. 0.25
B. Error
C. 0
D. 25.2
E. None of these
Answer» C. 0


Discussion

No Comment Found

Related MCQs