Questions
- Which loop is ideal in a scenario where the looping condition is based on a number?
- Which loop is ideal for a scenario in which the loop should exit based on a condition?
- What keywords are available to exit from a loop before it gets completed?