What is the result in subarray after the following code has executed?
A 1-D Array of {8, 5, 7}
A 1-D Array of {10, 8, 5}
A 1-D Array of {10, 8, 5, 7}
A 1-D Array of {7, 10, 8, 5}
Submit