Computer Science, asked by sandu244, 11 months ago

what happen when I use continue in switch case block in java programming​..​

Answers

Answered by onlinegamers84494
0

Answer:

ANS IN IMAGE

mark as brainlist

please

Attachments:
Answered by Avni2348
0

Explanation:

The continue statement skips the current iteration of a loop . When continue statement is executed, control of the program jumps to the end of the loop. In case of for loop, the update statement is executed before the test expression is evaluated.

Similar questions