Question 1

Given a string “L*&EVe)))l”, write a method which will determine if the input is a palindrome. Ignore all special characters. Uppercase/lowercase should be considered as same.

[advanced_iframe securitykey=”undefined” src=”https://code.kodnest.com/” width=”100%” height=”600″]

×