My project is to see if a user inputted string is a palindrome or not. Firstly, the string is to be put into a Linked list and then copied into a second linked list where I reverse the list completely in order to compare them.My project is to see if a user inputted string