Big Java Early Object Chapter 7 Review Exercise – Array and ArrayList – Cay S. Horstmann – Part – 2

Carry out the following tasks with an array: Allocate an array a of ten integers. Put the number 17 as the initial element of the array. Put the number 29 as the last element of the array. Fill the remaining…