Given an array a. declared to contain 34 elements, write an expression that refers to the last element of the array. Assume that the array art has been declared In addition, assume that AKRSIZH has been defined to be an integer that equals the number of elements in art Write a statement that assigns the next to last element of the array to the variable x (x has already been declared) Assume that an array of int s named a has been declared with 12 elements the integer variable k holds a value between 0 and 6 Assign 15 to the array element whose index is k. 10126 Given that an array of int s named a has been declared with 12 elements the integer variable k holds a value between 2 and 8. Assign 22 to the element just before a[k). Section 6.4 10111 Declare an array named a of 10 elements of type int and initialize the elements (starting with the first) to the values 10, 20, ..., 100, respectively 10113 Write a statement to declare and initialize an array of int s named denominations that contains exactly six elements. Your declaration statement should initialize the elements of the array to the following values 1.5, 10, 25, 50, 100 (The value 1 goes into the first element, the value 100 to the last.)