Problem
Write a method public static Array List merge(Array List a, Array List b) that merges two array lists, alternating elements from both array lists. If one array list is shorter than the other, then alternate as long as you can and then append the remaining elements from the longer array list.