The “Continue” statement shifts the control back to the beginning of the loop.it is used inside the body of the loop. When this statement is executed inside the body of the loop , the control shifts to the first statement of the body of the loop
Its syntax is
continue;
~-~~-~~~-~~-~
Please watch: "lecture 17 The Difference between Break And Continue Statement with Example"
• lecture 17 The Difference between Break An...
~-~~-~~~-~~-~