Multiple choice Which statement takes the control to the beginning of the loop? goto break continue if else switch Reveal answer Fill a bubble to check yourself C Correct answer Explanation Yes, it takes the control to the beginning of the loop.