Posts by Hugo Maia • 33 points
1 post
-
3
votes3
answers1794
viewsQ: Java - Palindromic string inversion
I’m trying to do an exercise where I need to invert a word, phrase or number and check if it’s palindromic. For words and numbers, it is already working, but for sentences it gives errors depending…