2 The code invokes toString on an (anonymous) array. Calling toString on an array generates a fairly useless result
3 such as [C@16f0472. Consider using Arrays.toString to convert the array into a readable
4 String that gives the contents of the array. See Programming Puzzlers, chapter 3, puzzle 12.