Question: PLEASE help to write in java code an algorithm (CODE) to perform each of the following operations: QI . Write a method, palindrome( ), that

PLEASE help to write in java code an algorithm (CODE) to perform each of the following operations:

PLEASE help to write in java code an algorithm (CODE) to perform

QI . Write a method, palindrome( ), that processes a line of text and determines whether or not it is a palindrome. Ignore white space, punctuation, and capitalization. For example, "A man, a plan, a canal, Panama!" is a palindrome. You may assume that each line of text is less than 100 characters. The output of your program should be one of the following: It is a palindrome or it is not a palindrome A sample of input/output wOW It is a palindrome Another sample of input/output A man, a plan, a canal, Panama! It is a palindrome Another sample of input/output madam, I am Adam It is not a palindrome Another sample of input/output A man, a plan, a canal: Panama! It is a palindrome Q2. Write a method, findEpowX to calculate the value of e ex = 1+ (x / l!)+(x2 / 2!) + (x3 / 3!) + + (xn / n!) Where n and x are supplied by the user

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!