Posts by Luccas Barros Tavares • 9 points
1 post
- 
		-1 votes3 answers2058 viewsQ: Always pick the last three characters without knowing the size of the stringI want to get the last three characters of a String. Example: String x = "OlaMundo" Exit: ndo I can even do it using substring, the problem is I don’t know the size of the String, I don’t know what…