CIW
1D0-437 · Question #49
1D0-437 Question #49: Real Exam Question with Answer & Explanation
The correct answer is D. The code will output the following. See the full explanation below for the reasoning.
Question
Consider the following program code: $i - "15"; LOOP for(; $i < 25; $i++) { if ($i % 2) { next LOOP; } print("$i "); } 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 2 because $i is not initialized.
- DThe code will output the following
Community Discussion
No community discussion yet for this question.