PRG/420 Week 3 Java 3.18 LAB: Palindrome

$ 7

PRG/420 Week 3 Java 3.18 LAB: Palindrome

A palindrome is a word or a phrase that is the same when read both forward and backward. Examples are: ‘bob,’ “sees,’ or “never odd or even’ (ignoring spaces). Write a program whose input is a word or phrase, and that outputs whether the input is a palindrome.

Ex: If the input is:
bob
the output is:
bob is a palindrome

Ex: If the input is:
bobby
the output is:
bobby is not a palindrome

Hint: Start by just handling single-word input, and submit for grading. Once passing single-word test cases, extend the program to handle phrases. If the input is a phrase, remove or ignore spaces.

991 in stock

SKU: PRG420WK3LAB3P18 Category:

Description

PRG/420 Week 3 Java 3.18 LAB: Palindrome

A palindrome is a word or a phrase that is the same when read both forward and backward. Examples are: ‘bob,’ “sees,’ or “never odd or even’ (ignoring spaces). Write a program whose input is a word or phrase, and that outputs whether the input is a palindrome.

Ex: If the input is:
bob
the output is:
bob is a palindrome

Ex: If the input is:
bobby
the output is:
bobby is not a palindrome

Hint: Start by just handling single-word input, and submit for grading. Once passing single-word test cases, extend the program to handle phrases. If the input is a phrase, remove or ignore spaces.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.