nerdexam
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)
  • A
    74% (17)
  • B
    9% (2)
  • C
    17% (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.

Full 98-361 Practice