QUESTION IMAGE
Question
multiple select
which statement is true? select 3 options.
the definition of a function can come before or after it is used.
a function can use variables as parameters.
a function must have a return value.
a function can have more than one parameter.
the definition of a function must come before where the function is used.
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
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.