Which of the following loop is normally used for a menu-driven program?

87. Which of the following loop is normally used for a menu-driven program?

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

Answer: A) Do While loop

Explanation:

The do-while loop is used for a menu-driven program in C++.

Comments and Discussions!

Load comments ↻






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