Input: An array, a number Output: number of times the number shows up in the array. Input: [1,2,2,3], 3 Output: 1
Input: An array, a number
Output: number of times the number shows up in the array.
Input: [1,2,2,3], 3
Output: 1