F#
Input: A string of characters
Output: The string, its reverse, and indicating if the string is palindrome.
Sample input and output:
Enter a string: Hi There!
“Hi There!” is not a palindrome
Enter a string: devoved
“devoved” is a palindrome
Get Answers For Free
Most questions answered within 1 hours.