Key Points :
# Continue Statement :-
*
Continue Statement is used to run the loop in the program again.
*
When the continue statement in the loop exicutes, it allow compiler to run the
loop
again.
*
When continue statement exicutes, it skip the next statement/operation writen
after
it.
No comments:
Post a Comment