Homework 10

1. Decide on your project. Write a sentence about what you plan to do.

2. Palindromes
A palindrome is a string that is spelled the same way forwards and backwards. Some examples of palindromes are: "radar,", "able was I ere I saw elba, " and "a man a plan a canal panama." Write a program that inputs a string (without blanks) from the user and tells whether it is a palindrome or not.

Remember:
It is due Mo 5/12, late homeworks will be penalized !
Turn in a print-out of your code.
You will be graded on:

  1. correctness: (6 points)
  2. style: (4 points)