Given a array of integers, return the number of positive and the number of negative elements in the array. Use the reference parameters neg and pos to return the answer. 0 is neither negative, nor positive.