So I have a script to take a word that has been typed and reverse it to tell the person if it is a palindrome or not everything seem to be fine besides a error from this line of code. any idea why as i have been sitting here getting frustrated at it. Let me know if you need more of the code.
ConsoleKeyInfo Keyinfo = Console.readkey();
Also have complication of only being able to type one letter instead of writing a word and pressing enter any advice?