1.

What will be the output of the following PHP code ? <?php var $one = 1; var $two = 2; echo $one / $two * $one / $two * $two; ?>

A. 1
B. 0
C. 0.5
D. Error
Answer» E.


Discussion

No Comment Found