A good answer might be:No effect at all. Other than for illustrating how Java works, this is not a very useful program. | |
Array Example
Here is another example program, this time using an array parameter. The program prints: Before: 27 19 34 5 12 After: 0 19 34 5 12 | |
QUESTION 6:Did the zeroElt() method change one of the array's elements? Click Here after you have answered the question |