Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is printed when the following PHP script is executed?
PHP
$a = 10;$b = 5;echo $a . $b;
105
10 5
A PHP error
15
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!