java return a method code example
Example: return statement in java
A return statement causes the program control to transfer back to the caller of a method.
A return statement causes the program control to transfer back to the caller of a method.