Ask Question
5 November, 08:37

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. 5 November, 09:02
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers