In a program, write a method that accepts two arguments: an array and a number n. Assume that the array contains integers. The method should display all the numbers in the array that are greater than the number n. (30 points)
Note: You are free to give any numbers in the array and pick any value for the number n.
Additional points: comments (5 points)