lecture 15 what is continue statements explain with example

Опубликовано: 23 Февраль 2026
на канале: Tutorials Method
70
1

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...  
~-~~-~~~-~~-~