12345678910



Question 1: What is the highest index value associated with the array that follows?
byte[] values = new byte[x];

1. 0
2. x
3. x-1
4. x+1