Answer: Break statement
Explanation:
In the computer programming language, the break statement is the statement that mainly control the loop statement and it is basically used to terminating the given loop.
When the break explanation is experienced from inside the loop, then the iteration of the loop stops there and control comes back immediately from loop to the main proclamation in the loop. The program fall thorough the case section in the program if it missing the execution of the break statement.