Multiple Choice
A loop within another loop is known as a(n) ____ loop.
A) indefinite
B) infinite
C) nested
D) hidden
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q28: A mistake programmers often make with loops
Q29: Many loop control variable values are altered
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
Q34: In some cases,a loop control variable does
Q35: How might user data be validated?