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
4.5k points

1 Answer

5 votes

Answer:

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

User Gruangly
by
4.3k points