Posted on maijs 26th, 2014, 6:19 pm by admin
int[] a = {1,2,3,4,5};
for(int temp : a){ System.out.println(temp); }