Better way of passing an array into overloaded method
The program I am working with is providing me with an array of int values. These need to be passed into a method that is overloaded to take either two, three or four ints.
The program I am working with is providing me with an array of int values. These need to be passed into a method that is overloaded to take either two, three or four ints.