Computer Science, asked by yoyomsd6680, 1 year ago

Explain return keyword.

Answers

Answered by MrTSR
1
Heya!

Answer :-

return is a reserved keyword in Java. It is used to exit from a method, with or without a value.
Similar questions