$24
Introduction
A palindrome is a string which reads the same forward as backward, as in radar or madamimadam (Madam, I—m Adam) but not abacab.
Assignment
Write a script, named checkpal, which receives a list of strings and outputs all of those that are palindromes. Output an error message if the script receives no parameters. The script must define and use a minimum of one function.
Submission Instructions
Submit your checkpal script file on Blackboard.
Page 1 of 1