answer the following questions: 2.What is the use of continue statement?
please give me a answer
Answers
Answered by
2
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.
Mark me as BRAINLIST leave me a THANKS and don't forget to
Answered by
1
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.
Similar questions