True/False
There are two types of loops-those that repeat an action a predefined number of times (definite iteration) and those that perform the action until the program determines that it needs to stop (indefinite iteration).
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Conditional iteration requires that a condition be
Q39: The not operator has a lower precedence
Q40: 4 != 4 evaluates to True.
Q41: The statements within a while loop can
Q42: The statements in the loop body need
Q44: In general terms, what does a selection
Q45: The while loop is also called a
Q46: What character is used as the format
Q47: What is a one-way selection statement in
Q48: The while loop is also known as