Arreglos

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { int[] miArregloInt = new int[5]; //Elementos del arreglo miArregloInt[0] = 4; miArregloInt[1] = 5; miArregloInt[2] = 6; miArregloInt[3] = 7; miArregloInt[4] = 8; //Impresion del arreglo System.out.println(miArregloInt[0]); System.out.println(miArregloInt[1]); System.out.println(miArregloInt[2]); System.out.println(miArregloInt[3]); System.out.println(miArregloInt[4]); } }
Editor Settings
Theme
Key bindings
Full width
Lines