Now we have an array 'shirt' with 22 slots (0-21). We could sayfor (int i = 0; x < 22; x++){System.out.println("The the value of shirt[" + i + "] is: " +shirt[i]);//Do some other stuff with shirt[i] si necessaire...}