A good answer might be:The complete program is below. | ||
Copy MethodThe copy() method assumes that both arrays are the same size. If not, the program will not work correctly. A better written method would include error checking.
| ||
QUESTION 14:Here is another version of the copy() method. Is this version correct?
Click Here after you have answered the question
|