Computer Science, asked by singh1112001gmailcom, 5 months ago

function expect ______and return value

Answers

Answered by priya20069
1

Answer:

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

Similar questions