Which of the following is an exit control loop?

86. Which of the following is an exit control loop?

  1. While Loop
  2. Do While loop
  3. For loop
  4. None of the above

Answer: B) Do While loop

Explanation:

The do-while loop is an entry control loop, in the "while" loop we need to check the condition before executing the loop body.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.