Multiple Choice
The ___________________ statement causes execution of a loop to stop, and the statement following the loop to be subsequently executed.
A) stop
B) halt
C) continue
D) break
E) switch
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following is not a
Q5: Every if statement requires an associated else
Q6: Write a do loop that verifies that
Q7: Write a switch statement that switches on
Q8: Write a short code fragment that uses
Q10: Which of the following statements best describes
Q11: Write a snippet of code that determines
Q12: An infinite loop is a compile-time error.
Q13: Assume numOne and numTwo are integers. How
Q14: Write a code fragment that determines how