Skip to content

Instantly share code, notes, and snippets.

@zivce
Last active April 23, 2021 21:31
String daConvertire = "something";
if(daConvertire.charAt(i)!=' ')
{
ret=ret+daConvertire.charAt(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment