Computer Science, asked by Vahin6845, 1 year ago

Which of these jump statements can skip processing the remainder of the code in its body for a particular iteration? Select one: exit return break continue?

Answers

Answered by AnannyaDutta
2

Answer:

break statement can skip processing the reminder of the code in its body for a particular iteration..

Similar questions