Computer Science, asked by chij, 1 year ago

what is the function of continue statement in java?

Answers

Answered by razafaizan22
3
Thecontinue keyword can be used in any of the loop control structures. It causes the loop to immediately jump to the next iteration of the loop. ... In a while loop or do/while loop, control immediately jumps to the Boolean expression.

Debprotim27: Both have copied from google ... r8????
razafaizan22: no...i copied from my book ...
Debprotim27: Okk... sorry for the doubt
Answered by Debprotim27
0
The continue keyword can be used in any of the loop control structures. It causes the loop to immediately jump to the next iteration of the loop. ... In a while loop or do/while loop, control immediately jumps to the Boolean expression.
Similar questions