Question: Develop a Raptor Flowchart: Create a Raptor Program for a palindrome checker. A palindrome is a word, phrase, or sequence that reads the same backward
Develop a Raptor Flowchart:
Create a Raptor Program for a palindrome checker. A palindrome is a word, phrase, or sequence that reads the same backward as forward. For example, when we read the word 'racecar' backward we get 'racecar' again. Your task is to write a raptor program that tests whether a word is a palindrome or not.
Step 1
The 'Palindrome Checker' is started once the user enters any number at the initial screen. Here if the user enters any other letter other than a number then the checker will not start.
Step 2
Once the checker is started then it will take input repeatedly from the user and will check whether the given input is a palindrome or not. The user can quit the checker by typing 'EXIT'. Here are some test words, I have used for demonstration purpose:
racecar
raptor
civic
level
madam
boss
radar
sister
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
