dnunez87324 dnunez87324 15-12-2022 Computers and Technology contestada public static boolean mystery(String str) { String temporaryWord= for (int k = str.length(); k > 0; k--) { temporaryword = temporaryword + str.substring(k-1, k); } return temporaryword.equals(str); }