Computer Science, asked by sumanskkumari2, 5 months ago

which statement terminates the loop​

Answers

Answered by Anonymous
1

Answer:

break statement

Loop Control Statements

Sr.No. Control Statement & Description

1 break statement Terminates the loop statement and transfers execution to the statement immediately following the loop.

2 continue statement Causes the loop to skip the remainder of its body and immediately retest its condition prior to reiterating.

Answered by KimTaehyung1330
4

Loop Control Statements

Sr.No. Control Statement & Description

1 break statement Terminates the loop statement and transfers execution to the statement immediately following the loop.

2 continue statement Causes the loop to skip the remainder of its body and immediately retest its condition prior to reiterating

Similar questions