Examlex

Solved

Which of the Following Options Could Be Used as a Terminating

question 80

Multiple Choice

Which of the following options could be used as a terminating condition for a recursive method that finds the middle character of a String with any number of characters?
I the length of the String is 1
II first and last String characters match
III the String is not empty


Definitions:

Related Questions