A recursive method must have which of the following?

a. a statement that increments the control variable
b. a control variable initialized to a starting value
c. some way to control the number of time it repeats
d. All of these

c. some way to control the number of time it repeats

Computer Science & Information Technology

You might also like to view...

What does the HTML tag

designate in an HTML document?

A. New paragraph B. Personal data C. Print command D. Show photos

Computer Science & Information Technology

In the case of an infinite while loop, the while expression (that is, the loop condition) is always true.

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

Computer Science & Information Technology