Multiple Choice
When using a nested loop, what should always be thought of as the all-encompassing loop?
A) inner loop
B) outer loop
C) while loop
D) for loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Suppose a loop should execute while x
Q15: A bug has resulted in your program
Q16: What is any single execution of a
Q17: Totals that are summed one at a
Q18: When a loop might execute many times,
Q20: What type of loop checks a Boolean
Q21: You can improve loop performance by using
Q22: Unlike the while and for loops, the
Q23: What type of loop allows you to
Q24: Statements in a for loop body cannot