
hi i am jane pls explain the difference between break and continue

The break statement results in the termination of the statement to which it applies (switch, for, do, or while).While the continue statement is used to end the current loop iteration and return control to the loop statement.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.