A
Q. What will be the output of the following PHP code?
Code:
<?php
echo (round(0.49) . "," . round(0.50) . "," . round(0.51));
?>
echo (round(0.49) . "," . round(0.50) . "," . round(0.51));
?>
- Correct Answer - Option(D)
- Views: 16
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.