Showing posts with label retun. Show all posts
Showing posts with label retun. Show all posts

Friday, 17 January 2014

JUMP STATEMENTS OR BRANCHING STATEMENTS:return

Using return statement


return:


The return statement is used to explicitly return from a method. The return statement is used to explicitly return from the method . That is, that is it causes program control to transfer back to the caller of the method.