+ 1
Write a java program to check if the given number in words is palindrome , when the given input is in words
input: nine thousand nine hundred and ninety nine out: it's a palindrome input : two hundred And twenty one output: not palindrome
1 Answer
0
Have a look at this. It caps at 9999 though. Maybe others can help improve it :)
https://code.sololearn.com/cTfh7irvVvV2/#java