A recursive method that computes the number of groups of k out of n things has the precondition that ______.

a. n is a positive number and k is a nonnegative number
b. n is a nonnegative number and k is a positive number
c. n and k are nonnegative numbers
d. n and k are positive numbers

c. n and k are nonnegative numbers

Computer Science & Information Technology

You might also like to view...

When you plan to use data for a chart, enter short words for the labels and headers

Indicate whether the statement is true or false

Computer Science & Information Technology

When you declare a variable in the For clause, the variable stays in the computer's internal memory when the loop ends.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology