I have created a function which finds the maximum of groups of 3 in my array. When I come to print this, the memory address [I@43c46747 gets printed instead of the maximums which should be contained within the array.
I am not allowed to use any import statements/ anything advanced to solve this - trying to possibly use a helper function?
Thanks :)