A
Q. What will be the output of the following PHP code ?
Code:
<?php
echo 6 * 10 / 4 + 10;
?>
echo 6 * 10 / 4 + 10;
?>
- Correct Answer - Option(B)
- Views: 22
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.