Look at the following statements: Int[] numbers1 = { 1, 3, 6, 9 }; Int[] numbers2 =

Question:

Look at the following statements: 

Int[] numbers1 = { 1, 3, 6, 9 };
Int[] numbers2 = { 2, 4, 6, 8 };
Int result;

Write a statement that multiplies element 0 of the numbers1 array by element 3 of the numbers2 array and assigns the result to the result variable.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: