Multiple choice Which of the following statements is true? The Array values are always sorted. The default value of numeric array elements is zero. Array elements can be of integer type only. The rank of an Array is the total number of elements it can contain. An array can be resized during the runtime. Reveal answer Fill a bubble to check yourself B Correct answer Explanation Since the default value of an int is 0, the default value of all the elements in a numeric array is 0.