A return statement

A return statement



Answer: specifies the value returned and ends the method invocation:return Expression;


Learn More :