Write a static method everyother that takes as argument a List of Strings and returns a new LinkedList of Strings with half the elements taking every other one. You may use any of the List methods but not the Collections methods (you need to write your own method) Show transcribed image text Write a static method everyother that takes as argument a List of Strings and returns a new LinkedList of Strings with