please give the example and syntax of continue statement?...please it's urgent
Answers
Answered by
5
Answer:
The continue statement skips the current iteration of the loop and continues with the next iteration. Its syntax is: continue; The continue statement is almost always used with the if...else statement.
Explanation:
mark me as brainliests
Answered by
1
Continue statment inside for loop
Similar questions
Math,
3 months ago
Chemistry,
3 months ago
Computer Science,
6 months ago
Hindi,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago