Multiple choice The break statement causes an exit from the innermost loop or switch only from the innermost switch only from the innermost loop from the program from the outermost loop Reveal answer Fill a bubble to check yourself A Correct answer Explanation The break statement is a jump statement which causes an exit from the innermost loop or switch.