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.
Read moreThe break statement is used to take the control out of a construct . Using break in a loop causes the program to exit the loop.
Read more