Ask your own question, for FREE!
Computer Science 20 Online
mufoslapz:

Choose the answer that makes the sentence true. A function . can have zero to many parameters, does not use any parameters, or can only use one parameter

Cyber:

What are you saying here?

mufoslapz:

the question ask if a function , can have zero to many parameters , does not use any parameters, or can only use one parameter

jimthompson5910:

A parameter is the same as an input or argument Consider a function like `sqrt` which applies the square root to a value. This has one parameter We could also have a function like `average` which adds up a bunch of values and divides by the number of values. Here we have 2 or more inputs. Another example of a function would be `time` which provides the current time (possibly in seconds). This does not require any parameters.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!