Whenever you create an array of numbers, all the elements in the array are
initialized automatically to 0
, the
default value for numbers.
Whenever you create an array of strings, all the elements in the array are
initialized automatically to null
, the
default value for strings.