Short Answer
When the ________ loop executes,the condition is tested; if it is true,the loop body is executed,and then the loop starts over; if the condition is false,the loop terminates.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A count-controlled loop uses a variable known
Q9: How many times will the following loop
Q10: To _ a variable means to decrease
Q11: In a For loop,the programmer should know
Q12: A condition-controlled loop can be used to
Q14: How many times will the following loop
Q15: In a count-controlled loop the test action
Q16: The term _ is used in the
Q17: Which loop statement does not contain an
Q18: A structure that has a loop that