Multiple Choice
A mistake programmers often make with loops is that they ____.
A) initialize the loop control variable prior to entering the loop body
B) increment the loop control variable inside of the loop body
C) include statements inside the loop that belong outside the loop
D) enclose the inner loop entirely within the outer loop in a nested loop
Correct Answer:

Verified
Correct Answer:
Verified
Q23: Loops are frequently used to _;that is,to
Q24: Match each term with a statement below.<br><br>-Loops
Q25: Usually,when you create nested loops,each loop has
Q26: The loop control variable is initialized after
Q27: A(n)_ loop executes a predetermined number of
Q29: Many loop control variable values are altered
Q30: A loop within another loop is known
Q31: A(n)_ is very similar to a counter
Q32: In a for statement,a loop control variable
Q33: The safest action is to assign the