Break in Loops The break statement causes execution to break out of the repetitive loop execution (goes just outside the loop’s closing } ) The effect of break statement on a loop is similar to effect on switch statement.