Write the use of while statement
Answers
Answered by
2
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
0
Answer:
the while loop is the control flow of statement that allows code to the executed repeatedly based on the given boolean condition
this is your answer
Similar questions