0
/ 50
The following method should return a string representation of the array in the parameter called numbers
. However, currently it returns a...
The following method should return a string representation of the
array in the parameter called numbers
. However, currently it
returns a string containing the memory address. Fix this code so a
more useful string is returned. You can assume any import
statements you might need have been provided already.
Your feedback will appear here when you check your answer.