Multi array table demo
Outputs: First array 4 5 6 10 20 30 Second array 100 200 300 45 3 4 5 6 7 8
Outputs: First array 4 5 6 10 20 30 Second array 100 200 300 45 3 4 5 6 7 8
Passing arrays in methods Outputs: 7 9 11 13 We pass our array james to the changearray method which adds 5 to each element.
Outputs: 3 Note: new use 'new' above because an array is actually an object Outputs: 4 (the index of arrays starts at zero) Creating an array table Outputs: Index Value…