asked 153k views
2 votes
It is important that the loop control ____ be altered within the body of the loop.

asked
User Jacekn
by
7.7k points

1 Answer

0 votes
A while loop is used to execute a body of statements continually as long as the Boolean expression that controls entry into the loop continues to be true.
It is important that the loop control variable be altered within the body of the loop.The loop control variable is t
he value that determines whether loop execution continues.
answered
User Tubbe
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.