Solved

In a Recursive Method That Writes a String of Characters

Question 40

Multiple Choice

In a recursive method that writes a string of characters in reverse order,the base case is ______.


A) a string with a length of 0
B) a string whose length is a negative number
C) a string with a length of 3
D) a string that is a palindrome

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions