Multiple Choice
A loop for which the number of iterations is predetermined is called a(n) ____ loop,or counted loop.
A) infinite
B) definite
C) optimal
D) defined
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: Program logic gets more complicated when you
Q35: The _ statement uses a loop control
Q36: Often,the value of a loop control variable
Q37: When you do not know when you
Q38: If a data item is valid,you can
Q40: Case 1<br><br>You have just starting working at
Q41: Every high-level computer programming language contains a
Q42: With a _ loop,the loop body executes
Q43: When you write a loop,you must control
Q44: When one loop is nested within another,the