Computer Science, asked by learner4019, 1 month ago

How useful is the function with return values?Substantiate with an example

✔No copied answers
✔Please don't spam
✔Brief answer about 6 to 7 lines (can be more than that)

《Best answer will be marked brainlest,15 thanks and followed》​

Answers

Answered by simi653042
0

Answer:

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. The type of value your function returns depends largely on the task it performs

Similar questions