In a program, write a method that accepts

  

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 of the numbers in the array that are greater than the number n. Add javadoc and comments to your code. Be sure your code is formatted with proper indentation. Submit your one .java file here.

Tags: No tags