Computer Science, asked by sarikasharma0073, 5 months ago

1. What does a break statement do?​

Answers

Answered by Anonymous
2

Answer:

The purpose the break statement is to break out of a loop early. For example if the following code asks a use input a integer number x. If x is divisible by 5, the break statement is executed and this causes the exit from the loop.

Answered by vanshyadav68
0

Answer:

the purpose of breaking

Similar questions