akosiraff

Download Checking for a Palindrome

Apr 29th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/programming-activity-1-checking-for-a-palindrome/
  3. Programming Activity 1: Checking for a Palindrome
  4. Open the PalindromeClient.java source file. Searching for five stars (*****) in the source code will position you to the location where you will add your code. In this task, you will fill in the code inside the recursivePalindrome method to determine if a String representing a word or sentence is a palindrome. The method returns TRUE if the String is a palindrome, false if the String is not a palindrome.
  5. Download: http://solutionzip.com/downloads/programming-activity-1-checking-for-a-palindrome/
Add Comment
Please, Sign In to add comment