I have no idea how to do this, Write a function to count the number of time that the number 100 appears in an array. the function must be general purpose and receive an array of integers of any size. The function should receive two parameters: the array and the number of elements in the array. The function should return the count of the number of time the number 100 appears in the array.