Multiple Choice
Like a loop, a recursive method must have:
A) a counter
B) some way to control the number of times it repeats itself
C) a return statement
D) a predetermined number of times it will execute before terminating
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Look at the following method: public static
Q25: Recursive algorithms are usually less efficient than
Q26: The Towers of Hanoi is:<br>A) a mathematical
Q27: How many times will the following method
Q28: To solve a program recursively, you need
Q30: Look at the following pseudocode algorithm: algorithm
Q31: The actions that the JVM must perform
Q32: Look at the following method: public static
Q33: Indirect recursion occurs when:<br>A) a loop is
Q34: Which of the following problems can be