ICSE Class 10 Computer Applications Question 62 of 69

Iterative Constructs in Java — Question 5

Back to all questions
5
Question

Question 5

The continue statement terminates the current loop and then continues from the statement immediately following the current loop.
False

Answer