CIW
1D0-437 · Question #17
Which one of the following statements uses correct syntax and expressions?
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);
How the community answered
(58 responses)- A2% (1)
- B5% (3)
- C84% (49)
- D9% (5)
Community Discussion
No community discussion yet for this question.