Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 21, 2021 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f67752d83a6b5916fe1ea9f3a90b7b52 to your computer and use it in GitHub Desktop.
Save parzibyte/f67752d83a6b5916fe1ea9f3a90b7b52 to your computer and use it in GitHub Desktop.
String[] arreglo = obtenerDosCadenas();
String nombre = arreglo[0];
String apellido = arreglo[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment