[SOLVED] CSE110-Mod 6 Palindrome Checker

20.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

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”.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.