Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Specify the correct indexing order for the given array:
int[] myArray = {-10, 14, 27, 68 }
1, 2, 3, 4
1, 3, 5, 7
0, 2, 4, 6
0, 1, 2, 3
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!