Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer these both questions and wite it in simple java. 1)Write a short program that tests if an inputted word is a palindrome. A palindrome

Answer these both questions and wite it in simple java.

1)Write a short program that tests if an inputted word is a palindrome. A palindrome is a word that is spelled exactly the same forward and backwards such as radar or mom.

2)Write a short program that asks the user to input a sentence, and then outputs the sentence back with the case of every character reversed. So for example: HeLLo Mom! would be given back as hEllO mOM! . Spaces and punctuation should be ignored and left in place. You can use the Character class static functions to test the case of each letter.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Implementation

Authors: Shouhong Wang, Hai Wang

1st Edition

1612330150, 978-1612330150

More Books

Students also viewed these Databases questions

Question

Tell the merits and demerits of Mendeleev's periodic table.

Answered: 1 week ago