what is while loop?give its general form.
Answers
Answered by
3
Answer
it is used to function the programming of the data
Answered by
2
Answer:
- In most computer programming languages, a do while loop is a control flow statement that executes a block of code at least once, and then either repeatedly executes the block, or stops executing it, depending on a given boolean condition at the end of the block.
Similar questions