____________ statement is used to skip some statements inside the loop.
1 break
2 continue
3 goto
4 switch
Answers
Answered by
3
Answer:
break statement is used to skip some statement inside the loop.
Similar questions