Question: in LabVIEW please 6. Palindrome Detector.vi Write a program that determines whether an input word, phrase, or sentence is a palindrome, that is, reads the

6. Palindrome Detector.vi Write a program that determines whether an input word, phrase, or sentence is a palindrome, that is, reads the same backward as forward. As shown below, a Round LED indicator is lit on the front panel when the input string is determined to be a palindrome. Construct your block diagram as follows: Before comparing the equality of the input string with its reverse, first change the input to all lowercase characters and also remove all spaces. The spaces can be removed by replacing each space character with an Empty String Constant. Suggested icons: Use icons from Functions > Programming > String and its subpalette Additional String Functions. When completed, test your VI with the following inputs: radar, Able was I ene I saw Elba
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
