Ask Question
15 November, 08:35

A looping construct that continues to repeat until the expression becomes false is

a while loop

O a for loop.

an infinite loop

a pass loop

?

+3
Answers (1)
  1. 15 November, 11:18
    0
    a while loop

    Explanation:

    for an example, while x<4:

    the program will end when the value of x greater than 4.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A looping construct that continues to repeat until the expression becomes false is a while loop O a for loop. an infinite loop a pass loop ? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers