Problem:
Question 1: Write a method that returns the sum of all the elements of an array of ints that have an odd index.
Question 2: Write an SQL statement to show the SKU and SKU_description of the item ordered the most frequently (most orders, not most total quatity)
Any help would be greatly appreciated!