The length of the array that follows is int[] grades = new int[4];

The length of the array that follows is
int[] grades = new int[4];


a. 0
b. 3
c. 5
d. 4


Answer: d. 4


Learn More :