This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main; | |
import java.util.Scanner; | |
public class Ejercicio { | |
public static void main(String[] args) { | |
Scanner teclado = new Scanner(System.in); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main; | |
import java.util.Scanner; | |
public class Equals { | |
public static void main(String[] args) { | |
Scanner teclado = new Scanner(System.in); | |
} | |
} |