Hi,
I am soritng an array in ascending and descending order. I am using the nethods in Arrays as below

Arrays.sort(myArray)

I want to print both input and output array in sysout.

Object[]...