137k views
0 votes
A recursive method without a special terminating case would _________. Hint: Self Check 13.3 had infinite number of isLucky() method calls. Group of answer choices be more efficient. end immediately. never terminate.

User FabianCook
by
7.8k points

1 Answer

5 votes

Answer:

You need exit condition like If, otherwise method will repeat endlessly.

User Gruangly
by
8.9k points

No related questions found