154k views
1 vote
A(n) _____ causes a value to be sent from a called method back to the calling method.

1 Answer

3 votes
A return statement causes a value to be sent from a called method back to the calling method.
When used in computer programming the return statement causes execution to leave the current subroutine and resume at the return address, where the term return address denotes the point in the code immediately after where the subroutine was called.
User Scphantm
by
7.0k points