int [] intArray = { 10, 20, 30, 40, 50 }; for( int value : intArray ) { System.out.println( value ); }