difference between break and continue in looping statement
Answers
Answered by
7
Answer:
Yes! Here is your answer!
Explanation:
Break statement resumes the control of the program to the end of loop and made executional flow outside that loop. Continue statement resumes the control of the program to the next iteration of that loop enclosing 'continue' and made executional flow inside the loop again.
Answered by
1
Answer:
Break statement resumes the control of the program to the end of loop and made executional flow outside that loop. Continue statement resumes the control of the program to the next iteration of that loop enclosing 'continue' and made executional flow inside the loop again.
Hope my answer will help you ☺️✌️✌️
Similar questions
History,
3 months ago
Economy,
3 months ago
Social Sciences,
3 months ago
Math,
7 months ago
Political Science,
1 year ago