Problem
Write a method that will search an integer array for a number and return the count of how many times the number is in the array. The array is not sorted. Any inputs that the method needs must be part of the parameter list, not input from the user or a file or taken from the instance data.