Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким буде результат виконання наступного коду в PHP?
$str = "3dollars";$a = 20;$a .= $str;print($a);
$str = "3dollars";
$a = 20;
$a .= $str;
print($a);
320dollars
23
23dollars
203dollars
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!