A method with the header public static double getMax(Iterable prices) can be called with a parameter that is...

any type that implements Iterable
  • any type that implements Collection
  • an array
  • from a foreach loop

There are no hints for this question