What is the result in Array after the following code has executed?
A 1-D array of {1, 4, 3, 2, 1, 0}
A 1-D array of {1, 8, 0, 1, 2, 3, 4, 6, 2}
A 1-D array of {1, 4, 3, 2, 1, 0, 8, 6, 2}
A 1-D array of {1, 8, 0, 1, 2, 2, 9}
Submit