Arrays in Java work just like other arrays in other languages. They are just a simple collection of "like" values such as strings, ints, floats, ect. You need an ...
• Every element at an even index. • Every even element. • All elements in reverse order. • Only the first and last element. Write array methods that carry out the following tasks for an array of ...