The break statement is used to take the control out of a construct . Using break in a loop causes the program to exit the loop.
The break statement is used to take the control out of a construct . Using break in a loop causes the program to exit the loop.