1.

What will be the output of the following PHP code ?
<?php
Five = 5;
Six = 6;
Seven = 7;
Eight = 8;
echo "Five / Six + Seven / Eight";
?>

A. Error
B. 5
C. 5.5
D. 1
Answer» B. 5


Discussion

No Comment Found

Related MCQs