Are you sure you're getting this? Fill in the missing part by typing it in.
In programming, the break
statement is used to terminate the loop and exit its current ___.
In contrast, the continue
statement is used to skip the remaining statements inside the loop for the current iteration and move on to the ___.
Fill in the blanks with the appropriate words.
Write the missing line below.