___ function returns the correct computer system data
Answers
Answered by
2
Answer:
return.
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. The type of value your function returns depends largely on the task it performs.
Similar questions