Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 18, 2020 13:12
Show Gist options
  • Save parzibyte/831967bb82c373d997636d435f3312c4 to your computer and use it in GitHub Desktop.
Save parzibyte/831967bb82c373d997636d435f3312c4 to your computer and use it in GitHub Desktop.
char caracter = '@';
int representacion = (int) caracter;
System.out.println("El valor ASCII es: " + representacion);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment