Multiple Choice
Which pair of loops causes a statement or set of statements to repeat as long as a condition is true?
A) While and Do-While
B) While and Do-Until
C) Do-While and Do-Until
D) Do-Until and For
E) Do-While and For
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: A _ -controlled loop repeats a statement
Q35: In a count-controlled loop,the counter performs _
Q36: Modules can be called from statements in
Q37: How many times will the following loop
Q38: In a For loop a negative step
Q39: In the For statement,you can only use
Q40: The variable that is used to keep
Q41: Which loop repeats a statement or set
Q43: A(n)_ loop continues to repeat until the
Q44: Any loop that can be written as