Java boolean Array - initializing a boolean array in java

Write a statement that declares an array named . numbers. and initialize its with the values 23, 14, 2, 85, 0, 3 (in this order). Write a statement that will set the third element of an array named scores to the value 34.3. Write a statement that will displays the value of the eighth element of the array … ................
................