Saturday, November 7, 2009

BREAK ,CONTINUE,RETURN statements

BREAK:
Break is used to break the execution flow.


CONTINUE STATEMENT:
End iteration of inner-most loop.


RETURN:
Returns a value and or exits a method.

sample program of this will be given later when we learn other concepts.

No comments:

Post a Comment