Monday, August 1, 2011

Assignment 8

 #6

System.arraycopy(allSalaries, 2, workerSalaries, 0, 5);



 #7

list = temp; should be changed to
System.arraycopy(temp, 0, list, 0, 3);

No comments: