Objeto de aprendizaje
Arreglos unidimensionales - arreglos java
Autor
Cecilia Ávila Garzón
Institución
Resumen
Arrays in JAVA are a set of elements with the same type. For instance, if an array is created using the Integer type, all elements in that array must be Integer numbers. Apart from create an array it is also important to know how to put elements inside an array and to do so this educational resource explains how to do this in the JAVA programming language. Los arreglos unidimensionales o simplemente arreglos en JAVA, son conjuntos de elementos del mismo tipo. Por ejemplo, si se crea un arreglo de tipo entero, solo se podrán almacenar números enteros en ese arreglo. Además de crearlo, es importante conocer cómo almacenar datos en un arreglo y para ello en este recurso se explica haciendo uso del lenguaje de programación JAVA.