0
/ 10
Write the method boolean areAllGreaterThan(int[] nums, int x) in Java that returns true if all elements in the array nums are greater...
Write the method boolean areAllGreaterThan(int[] nums, int x)
in Java that returns true if all elements in the array nums
are greater than the parameter x, and returns false otherwise.
Your feedback will appear here when you check your answer.