Multiple Choice
A loop inside another loop is called:
A) A sentinel loop
B) A nested loop
C) A parallel loop
D) A do/while loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: When hand-tracing a portion of code, which
Q52: What will be the output of the
Q54: Select the statement that correctly completes the
Q55: What are the values of i and
Q57: What is the sentinel value in the
Q58: The code snippet below checks whether a
Q59: What is the output of the following
Q60: Given the following code snippet, what should
Q61: Which statement about this code snippet is
Q105: Which of the following statements is correct