Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 26, 2022 15:32
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/b5a3535d375786d6c251e39bbc969ae1 to your computer and use it in GitHub Desktop.
Save parzibyte/b5a3535d375786d6c251e39bbc969ae1 to your computer and use it in GitHub Desktop.
if (numeros.size() <= 0) {
System.out.println("No se ha introducido ningún valor correcto.");
} else {
// Aquí podemos estar seguros de que hay elementos
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment