String myString = "Hello World";
String lastChar = myString.substring(myString.length() - 1);
cs
For further actions, you may consider blocking this person and/or reporting abuse
String myString = "Hello World";
String lastChar = myString.substring(myString.length() - 1);
cs
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)