Daniele B
09/03/2020, 8:42 PMclass MyDataObj (
var a : Int
var b : Int
var c : Int
)
What is the most simple way to get an object of the same class, where each variables are the sum of variables of the elements in the list?Alex Prince
09/03/2020, 8:46 PM