multiple select\nwhich statement is true? select 3 options.\nthe definition of a function can come before or…

multiple select\nwhich statement is true? select 3 options.\nthe definition of a function can come before or after it is used.\na function can use variables as parameters.\na function must have a return value.\na function can have more than one parameter.\nthe definition of a function must come before where the function is used.
Answer
Brief Explanations:
In programming, function definitions can be placed before or after usage in some languages. Functions can take variables as parameters and can have multiple parameters. Not all functions must have a return - value.
Answer:
A. The definition of a function can come before or after it is used. B. A function can use variables as parameters. D. A function can have more than one parameter.