Q. What will be the output of the following PHP code ?
Code:
<?php echo 6 * 10 / 4 + 10; ?>
β
Correct Answer: (B)
25
<?php echo 6 * 10 / 4 + 10; ?>
You must be Logged in to update hint/solution