Ask Question
17 July, 15:00

The while loop is also called a sentinel-control loop, because its condition is tested at the top of the loop. Group of answer choices True False

+5
Answers (1)
  1. 17 July, 18:06
    0
    False

    Step-by-step explanation:

    The Above statement is false.

    While loop is not the sentinel control loop it is the Do while loop which is sentinel control loop.

    Sentinel control loop means it performs an iteration before testing the condition. The do-while loop always performs at least one iteration, even if its condition is false to begin with. Whereas the while loop test's the condition first then performs iteration.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The while loop is also called a sentinel-control loop, because its condition is tested at the top of the loop. Group of answer choices True ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers