If you declare an array as follows, how do you indicate the final element of the array?
int[] num = new int[6];
a. num[0]
b. num[5]
c. num[6]
d. impossible to tell
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.