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