declare and initialize an arraylist named denominations that contains exactly six elements of type of integer. 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.)