Write a program that allows the user to input a word or phrase and then determines it its a palindrome. The program should use a boolean function procedure named palindrome. The programm should use a boolean function procedure named palindromthat returns the value true when the word or phrase is a palindrome and the value false otherwise.
Comments
Leave a comment