[SOLVED] CSE110 Module6-Palindrome Checker

35.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Mod-6-brkonc.zip (135.9 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
Rate this product

Desperate to cash in on the phone app market and betting that quirky English phrases will become the next meme, you decide to build a Palindrome checker. A palindrome, you no doubt remember, is a phrase that reads the same forwards as backwards (ignoring spaces, capitalization and punctuation). The following are all examples:

  • Racecar
  • Amore, Roma
  • A man, a plan, a canal, Panama!
  • Was it a cat I saw?
  • Never odd or even

You are to continually accept a user input string and identify which are a Palindrome. Continue until the user enters the word “done”.

2. Notes

  • Turn in only your source files.
  • Do not use a package.
  1. Required Main Class Palindrome 4. Required Input

A series of user entered prospective palindromes, including the final input “done”.

5. Required Output

Your output should look something like the following example. It should include your name.

Palindrome Checker – E. Eckert

 

Enter phrase: A man, a plan, a canal, Panama!

That is a Palindrome.

 

Enter phrase: Once upon a time

That is NOT a Palindrome.

 

Enter phrase: No ‘x’ in Nixon.

That is a Palindrome.

 

Enter phrase: done

  • Mod-6-brkonc.zip