Ask Question
30 January, 10:54

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

?

+2
Answers (1)
  1. 30 January, 11:07
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers