-
This is a Java assignment where we were tasked with writing code so that strings in an array can be determined if they are a palindrome or not. If you are unfamiliar with palindromes they are words or senetences that are spelled the same forwards and backwards.
-
The string is printed to the user after being tested for being a palindrome.
