Question: 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.
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
Step by Step Solution
3.46 Rating (162 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
