A way to exit a loop that would otherwise continue to execute is to use the break statement. If a
condition is reached, the user is allowed to break out of the loop. You can use the break statement
within the ______________.
A.
if and else loops
B.
for and while loops
C.
while and else statements
D.
if and for statements