Respuesta :
Answer:
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.
Answer:
false trust me i just did the quiz
Step-by-step explanation: