How useful is the function with return values?Substantiate with an example
Answers
Answered by
2
Explanation:
A return is a value that a function returns to the calling script or function when it completes its task. A return value can be any one of the four variable types: handle, integer, object, or string. ... You also type the description of the return in the Return description edit box.
Similar questions