Computer Science, asked by chandrasekharvcv, 10 months ago

8: Continue statement used

Answers

Answered by Anonymous
1

The continue statement is used inside loops. When a continue statement is encountered inside a loop, control jumps to the beginning of the loop for next iteration, skipping the execution of statements inside the body of loop for the current iteration.

Answered by rohitbhhattach42
0

Explanation:

The continue statement is used inside loops. When a continue statement is encountered inside a loop, control jumps to the beginning of the loop for next iteration, skipping the execution of statements inside the body of loop for the current iteration.

HOPE IT HELPS.....!

PLEASE FOLLOW ME.....,...

MARK AS BRAINIEST IF I DESERVE.....

Similar questions