Microsoft
98-361 · Question #17
What are two methods that can be used to evaluate the condition of a loop at the start of each iteration? (Each correct answer presents a complete solution. Choose two. )
The correct answer is C. For D. While. For and While constructs check at the start of each iteration.
WAN Optimization Fundamentals and Principles
Question
What are two methods that can be used to evaluate the condition of a loop at the start of each iteration? (Each correct answer presents a complete solution. Choose two. )
Options
- AIf
- BDo. . . While
- CFor
- DWhile
How the community answered
(52 responses)- A12% (6)
- B8% (4)
- C81% (42)
Explanation
For and While constructs check at the start of each iteration.
Topics
#for loop#while loop#loop condition#programming constructs
Community Discussion
No community discussion yet for this question.