Solved

The Difference Between Break and Continue While Processing Loop Input

Question 24

Multiple Choice

The difference between break and continue while processing loop input is that


A) break exits the loop, but continue only exits the current iteration of the loop
B) break only exits the current iteration of the loop, but continue exits the loop
C) break and continue exit the loop
D) break and continue both exit only the current iteration of the loop

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions