Computer Science, asked by soumjoshi273, 1 year ago

what is work of while loop​

Answers

Answered by Shailesh183816
0

\bf\large\underline\pink{Answer:-}

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

Answered by sachdevpooja1009
0

Answer:

it allows us to add a situation for the program to process

Similar questions