83.7k views
4 votes
Use a(n) ____ loop to execute a body of statements continually as long as the boolean expression that controls entry into the loop continues to be true.

User Sean Ryan
by
6.8k points

1 Answer

2 votes

I guess the right answer is while.

Use a while loop to execute a body of statements continually as long as the boolean expression that controls entry into the loop continues to be true.

User Amitkumar Jha
by
6.0k points