Solved

When Nesting Loops

Question 16

Multiple Choice

When nesting loops:


A) The outer loop instructions are executed once for every time the inner loop instructions are executed.
B) The inner loop instructions are executed the required times for every time the outer loop instructions are executed once.
C) The outer loop instructions are executed the required time for every time the inner loop instructions are executed.
D) None of the above.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions