Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Folding of a two-dimensional array of integers

You should implement the Task.fold() method which takes the int[][] list argument and returns a sum of all its elements.