19.8k views
16 votes
The while loop is also known as what kind of a loop? entry-control loop operational loop infinite loop user-control loop

1 Answer

4 votes
Entry control loop. Because a while loop can be infinite or not based on whether Boolean given is T or F. So we need to know the preexisting condition before we can solve it.
User Conor Boyd
by
4.3k points