how the exection of while loop will be termminates
Answers
Answered by
0
Answer:
break terminates the execution of a for or while loop. Statements in the loop after the break statement do not execute. In nested loops, break exits only from the loop in which it occurs. Control passes to the statement that follows the end of that loop.
Similar questions
History,
1 month ago
Computer Science,
1 month ago
Math,
3 months ago
Math,
9 months ago
English,
9 months ago