Hello,
I have a question about array lists, specifically how to pass array lists to a method. Then once in the method how to do simple algorithms.
My example is I have three array lists, two of which have static double numbers and the third who's numbers are the end result of the algorithm in the method that I want to pass to.
I would appreciate any help that someone could provide.