Programming Languages
PHP
Objective
Mar 15, 2013
<?php
$str="3dollars";
$a=20;
$a+=$str;
print($A.;
?>
Output ?
Detailed Explanation
Option D is the right answer.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts