-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestados_Republica.java
More file actions
20 lines (17 loc) · 912 Bytes
/
estados_Republica.java
File metadata and controls
20 lines (17 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package utilerias;
/**
*
* @author Master
*/
public class estados_Republica {
public static String [] estados = new String[]{"AGUASCALIENTES","BAJA CALIFORNIA","BAJA CALIFORNIA SUR","CAMPECHE","COAHUILA DE ZARAGOZA",
"COLIMA","CHIAPAS","CHIHUAHUA","DISTRITO FEDERAL", "DURANGO","GUANAJUATO","GUERRERO","HIDALGO",
"JALISCO","MICHOACAN DE OCAMPO","MORELOS","NAYARIT","NUEVO LEON","OAXACA","PUEBLA","QUERETARO",
"QUINTANA ROO","SAN LUIS POTOSI","SINALOA","SONORA","TABASCO","TAMAULIPAS","TLAXCALA","VERACRUZ",
"YUCATAN","ZACATECAS"};
}