MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code ? <?php $x = 30; $y = 20; $z = 10; echo $x + $y - $z / ($z - $y); ?> |
| A. | 41 |
| B. | -4 |
| C. | -5 |
| D. | 51 |
| Answer» E. | |