Multiple Choice
When you write a loop, you must control the number of repetitions it performs; if you do not, you run the risk of creating a(n) ____ loop.
A) updating
B) eternal
C) infinite
D) long
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: Program logic gets more complicated when you
Q41: Programmers use the term "_" to describe
Q42: Reprompting for data validation of a user's
Q43: In all structured loops, the loop-controlling question
Q44: Good _ programs try to foresee all
Q46: Loops are frequently used to validate data.
Q47: Loops are frequently used to _ data;
Q48: _ a user is a good way
Q49: The _ variable is initialized before entering
Q50: You can use a while loop to