Which statement is correct? int[] n = { 16, 3, 7, 18, 21 }; int[] m = n; Question 6 options: The variable m references a new array that is an exact of copy of n. Both n and m are variables that...



Which statement is correct?


int[] n = { 16, 3, 7, 18, 21 };
int[] m = n;



Question 6 options:





























The variable m references a new array that is an exact of copy of n.










Both n and m are variables that reference the same array.










This is how you copy an existing array to a new one.










The contents of n is copied to m.






Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here