what is work of while loop
Answers
Answered by
0
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
0
Answer:
it allows us to add a situation for the program to process
Similar questions