Which pair of loops causes a statement or set of statements to repeat as long as a condition is true?

Which pair of loops causes a statement or set of statements to repeat as long as a condition is true? 


Answer: While and Do-While


Python

Learn More Multiple Choice Question :