Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 22, 2019 01:06
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/9845c4db0c43aa74e2eaba5a347ead7e to your computer and use it in GitHub Desktop.
Save parzibyte/9845c4db0c43aa74e2eaba5a347ead7e to your computer and use it in GitHub Desktop.
int inicio, fin, contador = 0;
Scanner sc = new Scanner(System.in);
System.out.println("Escribe el inicio:");
inicio = sc.nextInt();
System.out.println("Escribe el fin:");
fin = sc.nextInt();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment