Question: Write a recursive method to determine if a String is a palindrome. Using JAVA The program should contain a String array that you can load
Write a recursive method to determine if a String is a palindrome. Using JAVA The program should contain a String array that you can load several test cases to test your palindrome testing method. The program should load your String Array with the test data containing the possible palindromes from a text file. The program should test you application with a text file contained in your project folder After testing your program with your test cases in the text file, you program should allow the user to test your program independently and interactively using Command Line Interface (CLI).

Write a recursive method to determine if a String is a palindrome. The program should contain a String array that you can load several test cases to test your palindrome testing method. The program should load your String Array with the test data containing the possible palindromes from a text file. The program should test you application with a text file contained in your project folder After testing your program with your test cases in the text file, you program should allow the user to test your program independently and interactively using Command Line Interface (CLI)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
