// array ist Array of Integers for(int i = 0; i <= array.length; i++){ int zahl = array[i]; System.out.print(zahl+""); }