Take out a piece of paper. We’ll be programming on paper.
Implement the LinkedStack class:
Write a public static method isPalindrome that takes one parameter of type String and returns true if the parameter is a palindrome.
A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward.