Answer:
public static boolean isPalindrome(String word) {
//TODO: Complete this method
String reverse = "";
for (int i = (word.length()-1); i>=0; i--) {
if(word.charAt(i)!=' '){
reverse+=word.charAt(i);
}
}
String without_space = word.replaceAll(" ", "");
return reverse.equals(without_space);
}
Answer:
Explanation: What type of soil?
Well, do you know your passcode? It should be the only reason for being disabled. Also, maybe you aren't logged in? That could be why...
B.Custom Themes
I have to add text so I can post this answer