I want to call a method from another class, but I cannot because the class has a constructor with a few parameters, even an empty one doesn’t work
This method takes an arraylist of objects, each with three parameters, and is supposed to return true or false depending on if the parameters of any two objects in the array add up to 11.