In Java, I have a String:
Jamaica
I would like to remove the first character of the string and then return amaica
How would I do this?
In Java, I have a String:
Jamaica
I would like to remove the first character of the string and then return amaica
How would I do this?