This file contains hidden or 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
public class Código7 { | |
Scanner s = new Scanner(); | |
HashMap<Byte, Double> ca = new HashMap<>(); | |
capitales.put("Canadá", "Otawwa"); | |
capitales.put("Estados Unidos", "Washington DC"); | |
capitales.put("México", "México DF"); | |
capitales.put("Belice", "Belmopán"); |
OlderNewer