The purpose of the Break keyword is to bring the control out of the code block which is executing. It can appear only in Looping or switch statements.
The purpose of the Break keyword is to bring the control out of the code block which is executing. It can appear only in Looping or switch statements.