1.

What will be the output of the following PHP code ? <?php for ($x = 1; $x < 10; $x++) for ($y = 1; $y < 5; $y++) print "Hello"; ?>

A. Hello .36 times
B. Hello .45 times
C. Hello .50 times
D. Hello .40 times
Answer» B. Hello .45 times


Discussion

No Comment Found