Microsoft
98-361 · Question #160
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 A. For D. While. For and While constructs check at the start of each iteration.
Understanding Core Programming
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
- AFor
- BDo. . . While
- CIf
- DWhile
How the community answered
(23 responses)- A74% (17)
- B9% (2)
- C17% (4)
Explanation
For and While constructs check at the start of each iteration.
Topics
#loops#iteration#for loop#while loop
Community Discussion
No community discussion yet for this question.