Computer Science, asked by sahilgamer626, 4 months ago

_______ loop will repeats as long as a condition remains true​

Answers

Answered by Danasiri
2

Answer:

Infinite Loops

Explanation:

An infinite loop is a set of commands that the computer will cycle through forever, because the "repeat while" condition is always true.

Similar questions