Arrays in Java Part 1
begin index = 0end index= 5
ex:int x[]={4,2,4,6,5,4};//print element at index 4System.out.println(x[4]);