Computer Science, asked by shivamsingh57, 1 year ago

you can use statement to terminate a loop block

Answers

Answered by deekshith3030
2
When a break statement is encountered inside a loop, the loop is immediately terminated and the program control resumes at the next statement following the loop.

It can be used to terminate a case in the switch statement (covered in the next chapter).


deekshith3030: then please vote for me
deekshith3030: means mark as a brainleist
deekshith3030: please mark as a brainliest
Similar questions