238.
int[] myArray = new int[10]; What will be the value of myArray[1]?
View Description
Array elements are automatically initialized to their default values.