Q. what is the output of below program?
Code:
<?php $a = 5/3; echo "$a"; ?>
β
Correct Answer: (D)
1.6666666666667
<?php $a = 5/3; echo "$a"; ?>
You must be Logged in to update hint/solution