Ask Question
10 May, 22:43

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

?

+1
Answers (1)
  1. 11 May, 02:40
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers