Numerical Representation

1. The execution of a loop typically starts with:
2. The break statement is used to exit from:
3. A do-while loop is useful when we want that the statements within the loop must be executed
4. In what sequence the initialization, testing and execution of body is done in a do-while loop
5. Which looping process checks the test condition at the end of the loop?