CIW
1D0-437 · Question #17
1D0-437 Question #17: Real Exam Question with Answer & Explanation
The correct answer is C. do {$in = $in++} while ($in < 100);. See the full explanation below for the reasoning.
Question
Which one of the following statements uses correct syntax and expressions?
Options
- Ado (print "Hello $a") until ($a = 10);
- Bdo {$a++} until {$a == $b};
- Cdo {$in = $in++} while ($in < 100);
- Ddo ($a++) until ($b = $a);
Community Discussion
No community discussion yet for this question.