AgaBoogaBoo
Lifer
Mods: I want to solve it now if possible...
First, I checked the Java API and didn't see anything on what I'm looking for, maybe I'm looking in the wrong spots
How do I make a char lower case? Like 'A' to 'a'
toLowerCase() doesn't work because it's meant for strings, I guess I could make the char a string and then make it lower case and back to a char, but is there a better way?
First, I checked the Java API and didn't see anything on what I'm looking for, maybe I'm looking in the wrong spots
How do I make a char lower case? Like 'A' to 'a'
toLowerCase() doesn't work because it's meant for strings, I guess I could make the char a string and then make it lower case and back to a char, but is there a better way?