what is the work of the return method in java'\? 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.