Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким буде результат виконання наступного коду?
$a = 2;$b = 8;var_dump($a+=++$b);
$a = 2;
$b = 8;
var_dump($a+=++$b);
9
13
10
11
12
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!