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. Nothing
B. 1.25
C. 3.52
D. Error
E. None of these
Answer» E. None of these


Discussion

No Comment Found