sorry for being back again so soon, after signing off so cool-ly
and the command-line invocation,
java CommandArgsThree 1 2 3
what is the result?
I'm not being able to interpret this code.
from intial feedbacks this is how I'm seeing the picture
____________
| 0 | 1 |
|____|_____|
____________
| 0 | 1 |
|____|_____|
____________
| 0 | 1 |
|____|_____|
argcopy
each element in "argcopy" contains an array of 2 elements as shown
above 'argcopy' [ could not draw the linking lines....too painful ]
considering x = argCopy[0].length; should be 3 , what is happening with
System.out.print(" " + argCopy[0][y]); // in terms of the boxes I have
drawn
