Computer Science, asked by saudabi74, 20 days ago

_____________ loop is used for executing statements while a given condition is TRUE.

Answers

Answered by BrainlSrijan1
12

Answer:

In most computer programming languages, a while loop is a control flow statement that allows comde to be executed repeatedly based on a given Boolean condition. The while loop can be thought of as a repeating if statement

Answered by agentdevprobs
2
while loop is used for executing statements while a given condition is TRUE
Similar questions