Write a method which takes an array as an argument which returns an array containing only the elements with an even index
Write the same method with conceptually distinct implementation from your first.
Write the same method with conceptually distinct implementation from your first two.
Write the same method with conceptually distinct implementation from your first three.