Report Bug
Qus : Which control statement allows you to skip the remaining code inside a loop for the current iteration and proceed to the next iteration?
QusWhich control statement allows you to skip the remaining code inside a loop for the current iteration and proceed to the next iteration?

A. break
B. continue
C. return
D. exit


Solution
B. continue






Report Bug