CIW
1D0-437 · Question #68
1D0-437 Question #68: Real Exam Question with Answer & Explanation
The correct answer is B. The code will output the following:. See the full explanation below for the reasoning.
Question
Consider the following program code: 1.$x = 100; 2.$y = "-25"; 3.$sum = $x + $y; 4. 5.print $sum; What is the result of executing this program code?
Options
- AThe code will output the following:
- BThe code will output the following:
- CThe code will fail at line 3 because $y contains string data.
- DThe code will output the following:
Community Discussion
No community discussion yet for this question.