Link to home
Start Free TrialLog in
Avatar of hey232 232
hey232 232

asked on

Array Get Values > First

Write a method that will return an array with all values from the given list that are greater than the first value in the given array.

Return an empty array [] if the give array is empty or if the given array contains no values greater than the first value.

The code should work regardless of the parameter passed in.
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Closed. No OP feedback.