1.

The continue statement ..................

A. resumes the program if it is hanged
B. resumes the program if it was break was applied
C. skips the rest of the loop in current iteration
D. executes the entire iteration
Answer» D. executes the entire iteration


Discussion

No Comment Found