Retired
Palindrome (retired)
122 of 133bilalDjago
Description:
complete the method, that checks if a String is a Palindrome or not! (A palindrome is a word, phrase, number, or other sequence of symbols or elements that reads the same forward or reversed). Example "Mom", "qauaq", "1991"...
If the argument of the method isPalindrome
is an empty string or null
the method should return false. The method is case insensitive.
Good Luck
Puzzles
Strings
Data Types
Similar Kata:
Stats:
Created | Oct 7, 2014 |
Warriors Trained | 328 |
Total Skips | 73 |
Total Code Submissions | 956 |
Total Times Completed | 133 |
Java Completions | 122 |
JavaScript Completions | 15 |
Total Stars | 0 |
% of votes with a positive feedback rating | 0% of 0 |
Total "Very Satisfied" Votes | 16 |
Total "Somewhat Satisfied" Votes | 0 |
Total "Not Satisfied" Votes | 2 |