CIW
1D0-437 · Question #58
Consider the following statement: for ($count=0; $count < 5; $count++) {print "$count "} What will be the output from the given statement?
The correct answer is D. 0 1 2 3 4. See the full explanation below for the reasoning.
Question
Consider the following statement:
for ($count=0; $count < 5; $count++) {print "$count "} What will be the output from the given statement?
Options
- A1 2 3 4 5
- B5 10 15 20 25
- C1 2 3 4
- D0 1 2 3 4
How the community answered
(51 responses)- A8% (4)
- B16% (8)
- C4% (2)
- D73% (37)
Community Discussion
No community discussion yet for this question.