Podcast
Questions and Answers
The value returned by a function must be used elsewhere in the code.
The value returned by a function must be used elsewhere in the code.
False
You can return multiple values from a function.
You can return multiple values from a function.
True
A function can act as the data type it returns.
A function can act as the data type it returns.
True