What is continuous and break statement? Write Answer upto 8 lines with example.
Answers
Answered by
1
Answer:
- The break and continue statements are the jump statements that are used to skip some statements inside the loop or terminate the loop immediately without checking the test expression. These statements can be used inside any loops such as for, while, do-while loop
Explanation:
- Pls mark me as the brainliest
Similar questions