Multiple Choice
If a loop does not contain within itself a way to terminate, it is called a(n)
A) while loop
B) do-while loop
C) for loop
D) infinite loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When you open a file with the
Q10: When using the PrintWriter class, which of
Q11: You can use this method to determine
Q13: The do-while loop is a pre-test loop.
Q14: In the for loop, the control variable
Q16: What will be the values of x
Q17: Each repetition of a loop is known
Q18: How many times will the following for
Q19: In the following code, what values could
Q24: The do-while loop must be terminated with