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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started