Examine the following code segment:

int[] numbers = new int[10];

Based on the code above, fill in the blank: The element type of numbers is _____

int
  • int[]
  • numbers
  • Object
  • array

There are not hints for this question