">
<?php$a = 41;$b = 13;$c = 10;$d = $c + $a + $b;echo "$d";?>
Normal addition of variables a, b and c occurs and result of 64 will be displayed.
Previous Question Next Question
Your comments will be displayed only after manual approval.