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
A ) While and Do-While
Computer Science & Information Technology
You might also like to view...
The only section that is automatically added to a form when it is created in Design view is the Footer section
Indicate whether the statement is true or false
Computer Science & Information Technology
A(n) ____________ occurs when a loop iterates one time too many or one time too few.
a. off-by-one error b. buffer overrun c. system crash d. logic error
Computer Science & Information Technology