Welcome to AssignmentCache!

PRG/420 Week 3 Java 3.18 LAB: Palindrome

Availability: In stock

$7.00

Quick Overview

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.

PRG420 Week 3 Java 3.18 LAB Palindrome

More Views

  • PRG/420 Week 3 Java 3.18 LAB: Palindrome
$7.00

Details

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.

Additional Information

Special Price $3.00

Product Tags

Use spaces to separate tags. Use single quotes (') for phrases.

[profiler]
Memory usage: real: 18350080, emalloc: 17903232
Code ProfilerTimeCntEmallocRealMem