39,393 views
41 votes
41 votes
The while loop is also known as what kind of a loop? entry-control loop operational loop infinite loop user-control loop

User Juan Ayala
by
3.2k points

1 Answer

13 votes
13 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.