open_in_new
content_copy
// int [] arr1 = {1,2,3,4,5,6,7,8,9,10}; arr1[1] = 22; System.out.println (arr1[3]); } }