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