Below I have got a code that returns a new array containing the squares of the elements of its array parameter (the input array should remain unchanged). For instance, if the input array is {0,1,2,3} then the output is then {0,1,4,9}.Below I have got a code that returns a new arra