Answer:
b 129%
Step-by-step explanation:
Answer:
the correct answer to your question would be option c
Explanation:
An <em>explicit function</em> returns a value based only on the arguments given.
y = f(x)
__
A <em>recursive function</em> returns a value based on the arguments given and on other values of the function.
y = f(x, f(g(x))
Answer:
Step-by-step explanation:
Comment
Since you make no other restrictions, the numbers can have duplicates.
9 + 9 + 2 is one possibility.
9 + 7 + 4 is another
9 + 8 + 3
and another 33 possibilities. Surely you are not expected to list them all. Three should be enough.